fix various layout issues ff 113+ #88
This commit is contained in:
parent
c1488294e0
commit
cb4ebed356
5 changed files with 10 additions and 5 deletions
|
@ -217,11 +217,12 @@ bugs with certain themes eg. dark text on dark background.) */
|
|||
}
|
||||
|
||||
#context-navigation>.menuitem-iconic {
|
||||
justify-content: start !important;
|
||||
-moz-box-pack: start !important;
|
||||
}
|
||||
|
||||
#context-navigation .menu-iconic-text {
|
||||
display: -moz-box !important;
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
:root,
|
||||
|
@ -280,6 +281,6 @@ bugs with certain themes eg. dark text on dark background.) */
|
|||
|
||||
@supports -moz-bool-pref("uc.tweak.show-tab-close-button-on-hover") {
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([pinned], [selected]):hover .tab-close-button {
|
||||
display: -moz-box !important;
|
||||
display: flex !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue