diff --git a/qt/aqt/data/web/css/editor.scss b/qt/aqt/data/web/css/editor.scss index 11bf745dc..e1aa8cd6d 100644 --- a/qt/aqt/data/web/css/editor.scss +++ b/qt/aqt/data/web/css/editor.scss @@ -33,7 +33,7 @@ body { margin: 0; } -#topbuts { +#topbutsOuter { display: flex; flex-wrap: wrap; justify-content: space-between; @@ -44,6 +44,18 @@ body { padding: 2px; } +.topbuts > button { + margin: 0 1px; + + &:first-child { + margin-left: 0; + } + + &:last-child { + margin-right: 0; + } +} + .topbut { width: 16px; height: 16px; diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index c7d9e54b0..babd4f24a 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -72,10 +72,10 @@ audio = ( _html = """