[Android] Preset size tweakings.
This commit is contained in:
parent
5687a6ab51
commit
2f2684d3a7
|
@ -208,6 +208,7 @@ button.add {
|
||||||
#header > .title {
|
#header > .title {
|
||||||
margin-right: 6em;
|
margin-right: 6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.flextabs__content {
|
.flextabs__content {
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#presets .presets input.preset {
|
#presets .presets input.preset {
|
||||||
min-width: 7em;
|
min-width: 28vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sites .presets input.preset {
|
#sites .presets input.preset {
|
||||||
|
@ -54,7 +54,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#presets .presets input.preset + label {
|
#presets .presets input.preset + label {
|
||||||
font-size: 75%;
|
font-size: 60%;
|
||||||
|
--line-scaled: calc(var(--line-size) / 0.6);
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
|
@ -62,7 +63,8 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
bottom: 0px;
|
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);
|
text-shadow: 1px 1px var(--bg-color2), -1px -1px var(--bg-color2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue