Skip to content

Commit 5687a6a

Browse files
committed
Reduce toolbar unused space.
1 parent bc5f460 commit 5687a6a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/ui/popup.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ html:not(.mobile) #scrollable {
2626
#top {
2727
font-size: 1em;
2828
position: relative;
29-
padding: 0 0 .4em 0;
29+
padding: 0 0 .3em 0;
3030
margin: 0;
31-
height: calc(var(--icon-size) + 0.3em);
3231
min-width: 18.75em;
3332
display: flex;
3433
-moz-user-select: none;
@@ -85,14 +84,6 @@ html:not(.mobile) #scrollable {
8584
content: attr(title);
8685
}
8786

88-
.mobile #top {
89-
height: 3.5em;
90-
}
91-
.mobile #top .icon {
92-
padding: .5em .5em;
93-
background-size: 80%;
94-
}
95-
9687
#top > .spacer {
9788
flex-grow: 1;
9889
display: block;

0 commit comments

Comments
 (0)