We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b0ddc commit 48ccc1eCopy full SHA for 48ccc1e
chrome/toolbar/urlbar.css
@@ -100,7 +100,13 @@
100
padding-inline: var(--fp-urlbar-icon-inline-padding) !important;
101
width: calc(var(--fp-urlbar-icon-inline-padding) * 2 + 16px) !important;
102
}
103
-
+.urlbar-page-action#translations-button[translationsactive="true"] {
104
+ width: auto !important;
105
+ }
106
+ #translations-button-locale {
107
+ border-radius: 12px !important;
108
+ margin-inline: 4px -2px !important;
109
110
#identity-box[pageproxystate="valid"].notSecureText>.identity-box-button,
111
#identity-box[pageproxystate="valid"].chromeUI>.identity-box-button,
112
#identity-box[pageproxystate="valid"].extensionPage>.identity-box-button,
@@ -259,4 +265,4 @@
259
265
opacity: 1;
260
266
transform: scaleY(1)
261
267
262
-}
268
+}
0 commit comments