diff --git a/server/shell.ts b/server/shell.ts index 75517ab..69f975e 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -1327,9 +1327,8 @@ const SUBNAV_CSS = ` background: var(--rs-bg-surface); scrollbar-width: none; position: sticky; - top: 128px; + top: 92px; z-index: 100; - margin-bottom: 4px; } .rapp-subnav::-webkit-scrollbar { display: none; } @media (max-width: 640px) { @@ -1416,10 +1415,11 @@ const TABBAR_CSS = ` background: var(--rs-bg-surface); scrollbar-width: none; position: sticky; - top: 128px; + top: 92px; z-index: 100; } .rapp-tabbar::-webkit-scrollbar { display: none; } +.rapp-subnav + .rapp-tabbar { top: 129px; } @media (max-width: 640px) { .rapp-tabbar { position: relative; @@ -1427,6 +1427,7 @@ const TABBAR_CSS = ` padding: 0.25rem 0.75rem; gap: 0.25rem; } + .rapp-subnav + .rapp-tabbar { top: auto; } } `;