fix for picker on ios & popup title line height

This commit is contained in:
wukko
2023-08-21 23:40:37 +06:00
parent fded708d05
commit 2c4efc5a25
3 changed files with 7 additions and 5 deletions

View File

@@ -422,10 +422,10 @@ button:active,
border: none;
}
.popup.small #popup-title {
margin-bottom: 0.2rem;
margin-bottom: 0.6rem;
}
.popup.small .explanation {
margin-bottom: 0.8rem;
margin-bottom: 0.9rem;
}
#close-error {
background: var(--accent);
@@ -496,9 +496,11 @@ button:active,
}
#popup-title {
font-size: 1.5rem;
line-height: 1.85em;
line-height: 1.2em;
display: flex;
align-items: center;
margin-bottom: 0.4rem;
margin-top: 0.4rem;
}
#popup-above-title {
color: var(--accent-subtext);