center urlbarview to window and add a shadow to it

This commit is contained in:
MrOtherGuy 2021-06-15 00:16:07 +03:00
parent c811681d01
commit 4dc0f67884

View file

@ -13,6 +13,7 @@ See the above repository for updates as well as full license text. */
#PanelUI-button,
#nav-bar-overflow-button{ z-index: 2; position: relative }
:root[sizemode="normal"] #urlbar-container{ margin-inline: 40px !important; }
#urlbar-input-container > :not(.urlbar-input-box){ visibility: hidden }
@ -27,6 +28,9 @@ See the above repository for updates as well as full license text. */
z-index: 1;
padding: 6px;
border-radius: 6px;
box-shadow: 0 0 26px currentColor;
left: 50vw;
margin-left: -50% !important;
}
.tabbrowser-tab[selected][fadein]{ max-width: 100vw !important; min-width: 200px !important }