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
1 changed files with 5 additions and 5 deletions

View File

@ -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;