mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 05:41:54 +03:00
Fix horizontal button layout for image attributes dialog
This commit is contained in:
parent
34d3c79c3b
commit
b273a744f5
@ -249,11 +249,14 @@ CharacterSelectorDialogWindow .cancel {
|
||||
/* width: auto; */
|
||||
height: auto;
|
||||
}
|
||||
#zoom_dialog .buttons {
|
||||
|
||||
#zoom_dialog .buttons,
|
||||
#attributes_dialog .buttons {
|
||||
layout: horizontal;
|
||||
height: auto;
|
||||
}
|
||||
#zoom_dialog .buttons Button {
|
||||
#zoom_dialog .buttons Button,
|
||||
#attributes_dialog .buttons Button {
|
||||
width: auto;
|
||||
margin: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user