diff --git a/server/shell.ts b/server/shell.ts index 476315b..0782ed9 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -1856,7 +1856,7 @@ const SUBNAV_CSS = ` background: var(--rs-bg-surface); scrollbar-width: none; position: sticky; - top: 92px; + top: 93px; z-index: 100; } .rapp-subnav::-webkit-scrollbar { display: none; } @@ -1956,7 +1956,7 @@ const TABBAR_CSS = ` z-index: 100; } .rapp-tabbar::-webkit-scrollbar { display: none; } -.rapp-subnav + .rapp-tabbar { top: 129px; } +.rapp-subnav + .rapp-tabbar { top: 130px; } @media (max-width: 640px) { .rapp-tabbar { position: relative;