clean up formatting
This commit is contained in:
parent
1df521b333
commit
be93cbb620
6 changed files with 337 additions and 331 deletions
|
@ -1,12 +1,11 @@
|
|||
/* (BUGGY: USE AT OWN RISK!) Swap Account icon and Overflow icon (must be placed next to each other) */
|
||||
|
||||
@media (min-width: 687px) {
|
||||
:root:not([customizing]) #nav-bar-overflow-button
|
||||
{
|
||||
transform: translateX(-44px);
|
||||
}
|
||||
:root:not([customizing]) #fxa-toolbar-menu-button
|
||||
{
|
||||
transform: translateX(44px);
|
||||
}
|
||||
:root:not([customizing]) #nav-bar-overflow-button {
|
||||
transform: translateX(-44px);
|
||||
}
|
||||
|
||||
:root:not([customizing]) #fxa-toolbar-menu-button {
|
||||
transform: translateX(44px);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue