From 020d862baaf90c86864d46b1a156b478e0e3edc8 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 26 Apr 2022 16:02:46 +0200 Subject: [PATCH] UX: Tweak topic-admin-menu alignment/size (#16564) * Increase the space between icons and labels * Increase the menu width --- .../stylesheets/common/base/topic-admin-menu.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-admin-menu.scss b/app/assets/stylesheets/common/base/topic-admin-menu.scss index f0ae372ca5e..281fd05919b 100644 --- a/app/assets/stylesheets/common/base/topic-admin-menu.scss +++ b/app/assets/stylesheets/common/base/topic-admin-menu.scss @@ -24,12 +24,12 @@ } .btn { - padding-top: 0.5em; - padding-bottom: 0.5em; + padding: 0.5rem; .d-icon { font-size: var(--font-down-1); - margin-top: 1px; // vertical alignment + margin-top: 2px; // vertical alignment + margin-right: 1rem; } } @@ -42,7 +42,7 @@ } } ul { - padding: 0.5em; + padding: 0.5rem; &:not(:last-of-type) { border-bottom: 1px solid var(--primary-low); } @@ -51,7 +51,7 @@ } .modal-body.feature-topic { - max-height: 70vh !important ; + max-height: 70vh !important; padding: 0 1em; input.date-picker { margin: 0;