Fix: Hidden - urlbar iconbox label margin #593

This commit is contained in:
alstjr7375 2023-01-31 11:22:53 +09:00
parent 700335e262
commit 8ac1fb6e47
2 changed files with 11 additions and 0 deletions

View file

@ -9605,6 +9605,11 @@
}
}
@supports -moz-bool-pref("userChrome.hidden.urlbar_iconbox.label_only") {
#identity-box[pageproxystate="valid"].notSecureText,
#identity-box[pageproxystate="valid"].chromeUI,
#identity-box[pageproxystate="valid"].extensionPage {
margin-inline-end: var(--identity-box-margin-inline) !important;
}
#identity-box[pageproxystate="valid"].chromeUI #identity-icon-box:not(:hover),
#identity-box[pageproxystate="valid"].extensionPage #identity-icon-box:not(:hover) {
background-color: transparent !important;