mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
added padding, fixed position of bottom section
This commit is contained in:
parent
b6cb6eb755
commit
8024c79dad
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ const Sidebar = ({ open, miniDrawerWidth, drawerWidth, toggleDrawer }) => {
|
|||
</Box>
|
||||
|
||||
{isAuthenticated && (
|
||||
<Box sx={{ flexGrow: 1, borderTop: '1px solid #ccc' }}>
|
||||
<Box sx={{ borderTop: '1px solid #ccc' }}>
|
||||
<List>
|
||||
<ListItem disablePadding>
|
||||
<ListItemButton>
|
||||
|
|
@ -117,6 +117,7 @@ const Sidebar = ({ open, miniDrawerWidth, drawerWidth, toggleDrawer }) => {
|
|||
label="Public IP"
|
||||
value={public_ip || ''}
|
||||
disabled
|
||||
sx={{ p: 1 }}
|
||||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue