diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index 3c47a77c5..c9a501586 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -518,16 +518,15 @@ } .align-icons { - border: 1px solid $color-gray-60; - border-radius: $br-small; cursor: pointer; display: flex; flex: 1; - justify-content: space-between; - margin-left: $small; - padding: $small; + justify-content: flex-end; + margin: $small 0 $small $small; + padding: 0 $x-small; &:first-child { + justify-content: space-between; margin-left: 0; } @@ -542,8 +541,8 @@ svg { fill: $color-gray-30; - height: 15px; - width: 15px; + height: 14px; + width: 14px; } &:hover, @@ -651,12 +650,12 @@ display: flex; height: 18px; position: relative; - width: 18px; + width: 14px; svg { fill: $color-gray-30; - height: 16px; - width: 16px; + height: 14px; + width: 14px; } } } @@ -927,6 +926,10 @@ } } +.spacing-options { + display: flex; +} + .asset-group { .typography-entry { margin: 0.25rem 0;