feat(firefox): fix left sidebar border alignment

This commit is contained in:
matt1432 2023-10-10 14:30:27 -04:00
parent 3799b00ae6
commit f6ecde9a33

View file

@ -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;
}
}