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 3f5b0e9 commit 33f79c0Copy full SHA for 33f79c0
1 file changed
src/ui/ui.css
@@ -47,6 +47,9 @@ html.tor .tor, html:not(.tor) .not-tor {
47
background-size: 4em !important;
48
padding-right: 0 !important;
49
}
50
+ #header {
51
+ margin-right: 4em !important;
52
+ }
53
54
#sites .presets {
55
width: 0 !important;
@@ -196,8 +199,7 @@ html:not(.mobile) .sites > tr.site:focus-within {
196
199
[data-key="domain"] .full-address .host,
197
200
[data-key="domain"] .full-address .sub,
198
201
[data-key="domain"] .full-address .protocol,
-[data-key="host"] .full-address span .protocol,
-[data-key="host"] .full-address span .protocol, {
202
+[data-key="host"] .full-address span .protocol {
203
background-color: #afe;
204
205
[data-key="host"] .full-address span .protocol,
0 commit comments