mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Merge pull request #7648 from thornbill/shutdown-button-layout
Fix dashboard buttons overflow
This commit is contained in:
@@ -62,7 +62,10 @@ const ServerInfoWidget = ({
|
||||
</Stack>
|
||||
</Paper>
|
||||
|
||||
<Stack direction='row' spacing={1.5}>
|
||||
<Stack
|
||||
direction={{ xs: 'column', sm: 'row' }}
|
||||
spacing={1.5}
|
||||
>
|
||||
<Button
|
||||
onClick={onScanLibrariesClick}
|
||||
startIcon={<RefreshIcon />}
|
||||
|
||||
Reference in New Issue
Block a user