diff --git a/src/scss/admin.scss b/src/scss/admin.scss index e7c959c..0cd332c 100644 --- a/src/scss/admin.scss +++ b/src/scss/admin.scss @@ -94,11 +94,6 @@ } &-displaypicker { - button { - display: inline-block !important; - margin: 2px; - } - img { padding: 10px 10px 10px 0; border: 2px solid transparent; @@ -249,10 +244,19 @@ } } - &-button-inline { - button { - display: inline-block; + &-children-inline { + > * { + display: inline-block !important; margin-right: 5px; + margin-bottom: 5px; + } + } + + &-button-inline { + .button-vue { + display: inline-block !important; + margin-right: 5px; + margin-bottom: 5px; } } } diff --git a/src/scss/menu.scss b/src/scss/menu.scss index 3cbac3b..097c002 100644 --- a/src/scss/menu.scss +++ b/src/scss/menu.scss @@ -172,7 +172,7 @@ line-height: 30px; color: var(--side-menu-text-color, #fff); display: block; - padding: 7px 0 5px 15px; + padding: 7px 0 5px 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/templates/css/stylesheet.php b/templates/css/stylesheet.php index dc1f1e4..969f17a 100644 --- a/templates/css/stylesheet.php +++ b/templates/css/stylesheet.php @@ -74,6 +74,10 @@ body[data-theme-light], body[data-theme-light-highcontrast] { width: 15px; height: 15px; } + + .cm-app a { + padding-left: 16px !important; + } .cm-app-icon svg { width: 20px; @@ -94,6 +98,10 @@ body[data-theme-light], body[data-theme-light-highcontrast] { width: 23px; height: 23px; } + + .cm-app a { + padding-left: 11px !important; + }