feat(firefox): fix left sidebar border alignment
This commit is contained in:
parent
3799b00ae6
commit
f6ecde9a33
1 changed files with 6 additions and 0 deletions
|
@ -33,3 +33,9 @@ slot {
|
|||
margin: 0 !important;
|
||||
border-radius: 5% 0 0 5% !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
:root:not([chromehidden~="toolbar"]) #PersonalToolbar {
|
||||
margin-top: -103.5px !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue