Skip to content

Commit

Permalink
fix: updates ui
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPhoenix2704 committed May 3, 2024
1 parent f027540 commit bb07754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ onUnmounted(() => {
<template>
<div
:class="{
'!w-0': !props.visible,
'!w-0 hidden': !props.visible,
'min-w-[324px]': width > 1440 && props.visible,
'min-w-[288px]': width <= 1440 && props.visible,
'nc-calendar-side-menu-open': props.visible,
Expand Down

0 comments on commit bb07754

Please sign in to comment.