clean up formatting

This commit is contained in:
bmFtZQ 2021-04-15 07:04:02 +08:00 committed by GitHub
parent 1df521b333
commit be93cbb620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 337 additions and 331 deletions

View file

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