mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Tweak topic-admin-menu alignment/size (#16564)
* Increase the space between icons and labels * Increase the menu width
This commit is contained in:
parent
0b9410d96f
commit
020d862baa
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user