use opacity:0 to instead of visibility:hidden to hide urlbar children
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user