fix(firefox): fix left sidebar border alignment in private tab
This commit is contained in:
parent
f6ecde9a33
commit
e75165e5c0
1 changed files with 3 additions and 0 deletions
|
@ -38,4 +38,7 @@ slot {
|
|||
:root:not([chromehidden~="toolbar"]) #PersonalToolbar {
|
||||
margin-top: -103.5px !important;
|
||||
}
|
||||
:root[privatebrowsingmode]:not([chromehidden~="toolbar"]) #PersonalToolbar {
|
||||
margin-top: -106.5px !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue