Skip to content

Commit 2f2684d

Browse files
committed
[Android] Preset size tweakings.
1 parent 5687a6a commit 2f2684d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/ui/options.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ button.add {
208208
#header > .title {
209209
margin-right: 6em;
210210
}
211+
211212
}
212213

213214
.flextabs__content {

src/ui/ui.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
#presets .presets input.preset {
34-
min-width: 7em;
34+
min-width: 28vw;
3535
}
3636

3737
#sites .presets input.preset {
@@ -54,15 +54,17 @@
5454
}
5555

5656
#presets .presets input.preset + label {
57-
font-size: 75%;
57+
font-size: 60%;
58+
--line-scaled: calc(var(--line-size) / 0.6);
5859
position: absolute !important;
5960
text-align: left;
6061
margin: 0px !important;
6162
display: block !important;
6263
overflow: visible;
6364
z-index: 1000;
6465
bottom: 0px;
65-
left: 1em;
66+
line-height: var(--line-scaled);
67+
left: var(--line-scaled);
6668
text-shadow: 1px 1px var(--bg-color2), -1px -1px var(--bg-color2);
6769
}
6870

0 commit comments

Comments
 (0)