use opacity:0 to instead of visibility:hidden to hide urlbar children
This commit is contained in:
parent
eaf356c0d1
commit
8c5e03127f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
:root[sizemode="normal"] #urlbar-container{ margin-inline: 40px !important; }
|
:root[sizemode="normal"] #urlbar-container{ margin-inline: 40px !important; }
|
||||||
|
|
||||||
#urlbar-input-container > :not(.urlbar-input-box){ visibility: hidden }
|
#urlbar-input-container > :not(.urlbar-input-box){ opacity: 0 }
|
||||||
|
|
||||||
#urlbar-background{
|
#urlbar-background{
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
|
Loading…
Reference in a new issue