mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Install notes, background change for xs dark mode drawer
This commit is contained in:
parent
7d3d697a20
commit
26c835cdd1
4 changed files with 42 additions and 41 deletions
|
@ -61,7 +61,7 @@ const Navigation = (props) => {
|
|||
ModalProps={{ keepMounted: true }} // Better open performance on mobile.
|
||||
sx={{
|
||||
display: { xs: "block", sm: "none" },
|
||||
"& .MuiDrawer-paper": { boxSizing: "border-box", width: navWidth },
|
||||
"& .MuiDrawer-paper": { boxSizing: "border-box", width: navWidth, backgroundImage: "none" },
|
||||
}}
|
||||
>
|
||||
{navigationList}
|
||||
|
|
|
@ -55,14 +55,6 @@ export const darkTheme = {
|
|||
},
|
||||
},
|
||||
},
|
||||
MuiPaper: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
// for the sidebar on narrow (xs) screens
|
||||
backgroundImage: "none",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
palette: {
|
||||
mode: "dark",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue