mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Fix firefox sidebar css
This commit is contained in:
parent
68f7d6c343
commit
4e43db7977
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
z-index: 1000;
|
||||
}
|
||||
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]
|
||||
> #sidebar:hover {
|
||||
#sidebar:hover {
|
||||
min-width: 200px !important;
|
||||
max-width: 200px !important;
|
||||
box-shadow: 0 0 10px black;
|
||||
}
|
||||
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]
|
||||
> #sidebar {
|
||||
#sidebar {
|
||||
transition: all 200ms ease-in-out;
|
||||
clip-path: inset(0px -10px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue