#803 adjust desktop layout

This commit is contained in:
lethemanh
2026-04-17 11:58:30 +07:00
parent 1213c6a350
commit e8ee153671
2 changed files with 7 additions and 3 deletions
@@ -30,7 +30,7 @@ export const DesktopSidebar: React.FC<CalendarSidebarProps> = ({
paddingLeft: 3,
paddingRight: 2,
width: '270px',
marginTop: isIframe ? 0 : '70px'
marginTop: isIframe ? 1 : '70px'
},
zIndex: 5
}}