mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 08:03:40 +08:00
UX: user message controls need some padding (#19079)
This commit is contained in:
parent
c5186fa8d7
commit
a18f6dcb7e
|
@ -103,6 +103,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-breadcrumb {
|
.category-breadcrumb {
|
||||||
|
padding-top: var(--navigation-secondary-padding-top);
|
||||||
@include breakpoint(large) {
|
@include breakpoint(large) {
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
}
|
}
|
||||||
|
@ -112,6 +113,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-controls {
|
.navigation-controls {
|
||||||
|
padding-top: var(--navigation-secondary-padding-top);
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@include breakpoint(large) {
|
@include breakpoint(large) {
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user