use opacity:0 to instead of visibility:hidden to hide urlbar children

This commit is contained in:
MrOtherGuy 2021-06-30 09:11:19 +03:00
parent eaf356c0d1
commit 8c5e03127f

View file

@ -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; }
#urlbar-input-container > :not(.urlbar-input-box){ visibility: hidden }
#urlbar-input-container > :not(.urlbar-input-box){ opacity: 0 }
#urlbar-background{
background: transparent !important;