refactor layout
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-17 19:02:39 +03:30
parent d85e0e49ce
commit dcb2c1326c
5 changed files with 122 additions and 78 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const Header: FC = () => {
}, [location.pathname]);
return (
<div className='fixed z-10 right-4 left-4 xl:right-[285px] top-4 xl:h-16 h-12 flex items-center px-6 bg-white justify-between rounded-[32px] xl:w-[calc(100%-305px)]'>
<div className='fixed z-10 left-[var(--layout-frame)] right-[var(--layout-frame)] top-[var(--layout-frame)] flex h-[var(--layout-header-height)] items-center justify-between rounded-[32px] bg-white px-6 xl:left-auto xl:right-[calc(var(--layout-frame)+var(--layout-main-offset))] xl:h-[var(--layout-header-height-xl)] xl:w-[calc(100%-(var(--layout-frame)*2)-var(--layout-main-offset))]'>
<div className='min-w-[270px] hidden xl:block'>
<Input