fix firefox theme
This commit is contained in:
parent
a5487c9d54
commit
aa92be49ba
2 changed files with 6 additions and 1 deletions
.local/share/firefox/chrome/includes
|
@ -1,3 +1,5 @@
|
||||||
|
#navigator-toolbox:not(:-moz-lwtheme) { background: var(--toolbar-field-background-color) !important; }
|
||||||
|
|
||||||
#nav-bar {
|
#nav-bar {
|
||||||
padding-block-start: 0px !important;
|
padding-block-start: 0px !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
@ -21,3 +23,5 @@
|
||||||
> .urlbarView-row-inner,
|
> .urlbarView-row-inner,
|
||||||
.urlbarView-row[selected]
|
.urlbarView-row[selected]
|
||||||
> .urlbarView-row-inner { background: var(--toolbar-field-focus-background-color) !important; }
|
> .urlbarView-row-inner { background: var(--toolbar-field-focus-background-color) !important; }
|
||||||
|
.urlbar-icon, #urlbar-go-button { margin: auto; }
|
||||||
|
.urlbar-page-action { padding: 0 inherit !important; }
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
@media (min-width: 1000px) {
|
@media (min-width: 1000px) {
|
||||||
#navigator-toolbox { display: flex; flex-wrap: wrap; }
|
#navigator-toolbox { display: flex; flex-wrap: wrap; flex-direction: row; }
|
||||||
#nav-bar {
|
#nav-bar {
|
||||||
order: var(--uc-urlbar-position);
|
order: var(--uc-urlbar-position);
|
||||||
width: var(--uc-urlbar-min-width);
|
width: var(--uc-urlbar-min-width);
|
||||||
}
|
}
|
||||||
|
#nav-bar #urlbar-container { min-width: 0px !important; width: auto !important; }
|
||||||
#titlebar {
|
#titlebar {
|
||||||
order: 2;
|
order: 2;
|
||||||
width: calc(100vw - var(--uc-urlbar-min-width) - 1px);
|
width: calc(100vw - var(--uc-urlbar-min-width) - 1px);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue