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 bc5f460 commit 5687a6aCopy full SHA for 5687a6a
1 file changed
src/ui/popup.css
@@ -26,9 +26,8 @@ html:not(.mobile) #scrollable {
26
#top {
27
font-size: 1em;
28
position: relative;
29
- padding: 0 0 .4em 0;
+ padding: 0 0 .3em 0;
30
margin: 0;
31
- height: calc(var(--icon-size) + 0.3em);
32
min-width: 18.75em;
33
display: flex;
34
-moz-user-select: none;
@@ -85,14 +84,6 @@ html:not(.mobile) #scrollable {
85
84
content: attr(title);
86
}
87
88
-.mobile #top {
89
- height: 3.5em;
90
-}
91
-.mobile #top .icon {
92
- padding: .5em .5em;
93
- background-size: 80%;
94
95
-
96
#top > .spacer {
97
flex-grow: 1;
98
display: block;
0 commit comments