Add files via upload

This commit is contained in:
bmFtZQ 2021-03-15 19:38:48 +08:00 committed by GitHub
parent b556ac127b
commit b3a061d818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 76 additions and 40 deletions

View file

@ -0,0 +1,12 @@
/* (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);
}
}