Add files via upload
This commit is contained in:
parent
b556ac127b
commit
b3a061d818
5 changed files with 76 additions and 40 deletions
12
chrome/extras/swapaccount-overflow.css
Normal file
12
chrome/extras/swapaccount-overflow.css
Normal 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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue