[Android] Preset size tweakings.

This commit is contained in:
hackademix 2022-03-28 00:34:34 +02:00
parent 5687a6ab51
commit 2f2684d3a7
2 changed files with 6 additions and 3 deletions

View File

@ -208,6 +208,7 @@ button.add {
#header > .title {
margin-right: 6em;
}
}
.flextabs__content {

View File

@ -31,7 +31,7 @@
}
#presets .presets input.preset {
min-width: 7em;
min-width: 28vw;
}
#sites .presets input.preset {
@ -54,7 +54,8 @@
}
#presets .presets input.preset + label {
font-size: 75%;
font-size: 60%;
--line-scaled: calc(var(--line-size) / 0.6);
position: absolute !important;
text-align: left;
margin: 0px !important;
@ -62,7 +63,8 @@
overflow: visible;
z-index: 1000;
bottom: 0px;
left: 1em;
line-height: var(--line-scaled);
left: var(--line-scaled);
text-shadow: 1px 1px var(--bg-color2), -1px -1px var(--bg-color2);
}