fix(client): remove OAuth tab, show VK/Yandex always with separator, fix pill hover offset

This commit is contained in:
Kirill
2026-05-22 13:41:52 +05:00
parent e468625cfc
commit cf61a5c44f
3 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export function MainLayout({ children }: PropsWithChildren) {
const year = new Date().getFullYear()
return (
<Box sx={{ display: 'flex', flexDirection: 'column', minHeight: '100vh' }}>
<Box sx={{ display: 'flex', flexDirection: 'column', minHeight: '100vh', minWidth: '500px' }}>
<ScrollOnNavigate />
<ScrollToTop />
<AppHeader />