updating flake, userChrome, and emacs.nix
This commit is contained in:
parent
cef3749d87
commit
c3de5f9330
10 changed files with 550 additions and 401 deletions
|
@ -194,8 +194,8 @@ Styles for dialogs e.g. "confirm deleting extension"
|
|||
position: fixed;
|
||||
z-index: -1;
|
||||
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
|
@ -568,6 +568,13 @@ File Edit View History Bookmarks Tools Help
|
|||
outline: 0px solid transparent;
|
||||
}
|
||||
|
||||
/* background color fix */
|
||||
#browser:not(.browser-toolbox-background) {
|
||||
:root[lwtheme] & {
|
||||
background-image: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
--- ACCENT COLOR ----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue