fix: fix bugs with theme berry (#931)

* fix: home page & logo style issue

* improve: Enhanced user experience by improving the channel selection box

* fix: key cannot be activated after expiration
This commit is contained in:
Buer
2024-01-14 13:22:31 +08:00
committed by GitHub
parent 5d60305570
commit cf4e33cb12
4 changed files with 39 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ const MinimalLayout = () => {
<Header />
</Toolbar>
</AppBar>
<Box sx={{ flex: '1 1 auto', overflow: 'auto' }} paddingTop={'64px'}>
<Box sx={{ flex: '1 1 auto', overflow: 'auto' }} marginTop={'80px'}>
<Outlet />
</Box>
<Box sx={{ flex: 'none' }}>