Last active
April 1, 2019 09:45
-
-
Save eramdam/775ef08eb3c63ea4ffd935023f8ebfda to your computer and use it in GitHub Desktop.
Bottom tabs (Firefox Quantum)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#TabsToolbar { | |
position: fixed; | |
bottom: 0; | |
width: 100%; | |
background-color: var(--lwt-accent-color); | |
height: 33px; | |
} | |
.toolbar-items { | |
width: 100%; | |
} | |
.titlebar-buttonbox-container { | |
display: none; | |
} | |
.titlebar-spacer { | |
display: none; | |
} | |
#content-deck { | |
margin-bottom: 33px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment