mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
feat: Update voice field visibility and enhance CSS for improved layout and accessibility
This commit is contained in:
@@ -183,6 +183,11 @@ body {
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.field[hidden],
|
||||
.field[data-state="hidden"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.field--full {
|
||||
max-width: none;
|
||||
}
|
||||
@@ -224,6 +229,14 @@ body {
|
||||
width: min(100%, 420px);
|
||||
}
|
||||
|
||||
.field input[type="range"] {
|
||||
max-width: 420px;
|
||||
width: min(100%, 420px);
|
||||
padding: 0;
|
||||
margin-inline: 0;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.field input[type="number"] {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user