mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 04:21:38 +02:00
[design] improve form element line heights
This commit is contained in:
parent
7c8b845097
commit
f64d1956a7
@ -33,6 +33,7 @@ select {
|
|||||||
color: rgb(var(--form-label));
|
color: rgb(var(--form-label));
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: var(--font-regular);
|
font-family: var(--font-regular);
|
||||||
|
line-height: 2;
|
||||||
min-height: 2.5em;
|
min-height: 2.5em;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -172,7 +173,7 @@ input[type="text"] {
|
|||||||
color: rgb(var(--form-input-text));
|
color: rgb(var(--form-input-text));
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: var(--font-regular);
|
font-family: var(--font-regular);
|
||||||
line-height: 2.5em;
|
line-height: 1.6em;
|
||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user