UX: user message controls need some padding (#19079)

This commit is contained in:
Kris 2022-11-17 12:33:17 -05:00 committed by GitHub
parent c5186fa8d7
commit a18f6dcb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@
}
.category-breadcrumb {
padding-top: var(--navigation-secondary-padding-top);
@include breakpoint(large) {
font-size: var(--font-down-1);
}
@ -112,6 +113,7 @@
}
.navigation-controls {
padding-top: var(--navigation-secondary-padding-top);
flex-wrap: nowrap;
@include breakpoint(large) {
font-size: var(--font-down-1);