UX: Tweak topic-admin-menu alignment/size (#16564)

* Increase the space between icons and labels
* Increase the menu width
This commit is contained in:
Jarek Radosz 2022-04-26 16:02:46 +02:00 committed by GitHub
parent 0b9410d96f
commit 020d862baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,12 @@
} }
.btn { .btn {
padding-top: 0.5em; padding: 0.5rem;
padding-bottom: 0.5em;
.d-icon { .d-icon {
font-size: var(--font-down-1); font-size: var(--font-down-1);
margin-top: 1px; // vertical alignment margin-top: 2px; // vertical alignment
margin-right: 1rem;
} }
} }
@ -42,7 +42,7 @@
} }
} }
ul { ul {
padding: 0.5em; padding: 0.5rem;
&:not(:last-of-type) { &:not(:last-of-type) {
border-bottom: 1px solid var(--primary-low); border-bottom: 1px solid var(--primary-low);
} }
@ -51,7 +51,7 @@
} }
.modal-body.feature-topic { .modal-body.feature-topic {
max-height: 70vh !important ; max-height: 70vh !important;
padding: 0 1em; padding: 0 1em;
input.date-picker { input.date-picker {
margin: 0; margin: 0;