remove uses of -moz-proton media query

This commit is contained in:
MrOtherGuy
2021-11-23 16:49:50 +02:00
parent 5118aedfad
commit 82fec575ec
6 changed files with 19 additions and 22 deletions
+1 -2
View File
@@ -13,7 +13,6 @@ See the above repository for updates as well as full license text. */
.urlbarView-row{ padding: 0 2px !important; }
.urlbarView-row-inner{ padding-inline-start: 4px !important; }
#urlbar-background{ animation: none !important; }
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }
#urlbar-input-container{ padding: 1px !important; height: 100% !important; }
#identity-icon{ margin-block: var(--urlbar-icon-padding) }
.urlbarView > .search-one-offs:not([hidden]){ padding-block: 0px !important; }
@media (-moz-proton){ #urlbar-input-container{ padding: 1px !important; } }