Skip to content

Commit 33f79c0

Browse files
committed
Improved look in mobile portrait mode.
1 parent 3f5b0e9 commit 33f79c0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/ui/ui.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ html.tor .tor, html:not(.tor) .not-tor {
4747
background-size: 4em !important;
4848
padding-right: 0 !important;
4949
}
50+
#header {
51+
margin-right: 4em !important;
52+
}
5053

5154
#sites .presets {
5255
width: 0 !important;
@@ -196,8 +199,7 @@ html:not(.mobile) .sites > tr.site:focus-within {
196199
[data-key="domain"] .full-address .host,
197200
[data-key="domain"] .full-address .sub,
198201
[data-key="domain"] .full-address .protocol,
199-
[data-key="host"] .full-address span .protocol,
200-
[data-key="host"] .full-address span .protocol, {
202+
[data-key="host"] .full-address span .protocol {
201203
background-color: #afe;
202204
}
203205
[data-key="host"] .full-address span .protocol,

0 commit comments

Comments
 (0)