Update firefox tabs-on-bottom
This commit is contained in:
parent
0a3f076e24
commit
363a89479e
1 changed files with 63 additions and 60 deletions
|
@ -22,11 +22,14 @@
|
||||||
#navigator-toolbox { flex-direction: column-reverse !important; }
|
#navigator-toolbox { flex-direction: column-reverse !important; }
|
||||||
#urlbar {
|
#urlbar {
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
|
bottom: calc(var(--urlbar-margin-inline)) !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
|
#urlbar > * {
|
||||||
|
flex: none;
|
||||||
|
}
|
||||||
#urlbar-input-container {
|
#urlbar-input-container {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue