mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
feat: Adjust voice editor layout for improved alignment and spacing
This commit is contained in:
@@ -603,7 +603,7 @@ progress.progress::-moz-progress-bar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem 1rem;
|
||||
align-items: flex-end;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.voice-editor__name-field {
|
||||
@@ -615,6 +615,9 @@ progress.progress::-moz-progress-bar {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
flex: 0 0 auto;
|
||||
margin-left: auto;
|
||||
min-height: 2.6rem;
|
||||
}
|
||||
|
||||
.voice-editor__language {
|
||||
@@ -1044,6 +1047,11 @@ progress.progress::-moz-progress-bar {
|
||||
transition: color 0.2s ease, border 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.voice-editor__identity > .icon-button,
|
||||
.voice-editor__identity > .voice-editor__toolbar {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.icon-button svg {
|
||||
width: 1.15rem;
|
||||
height: 1.15rem;
|
||||
|
||||
Reference in New Issue
Block a user