UX: Improve category controls on smallest devices (#12945)

This commit is contained in:
Kris 2021-05-06 17:51:55 -04:00 committed by GitHub
parent ffe8e0bd5f
commit f61d430566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 4 deletions

View File

@ -81,6 +81,19 @@
// need to reduce vertical padding for consistent height
padding-top: 0.3em;
padding-bottom: 0.3em;
@include breakpoint(mobile-medium) {
font-size: var(--font-down-1);
}
}
@include breakpoint(mobile-large) {
.edit-category {
.d-button-label {
display: none;
}
.d-icon {
margin: 0;
}
}
}
}

View File

@ -38,10 +38,6 @@
}
}
.navigation-controls {
margin-bottom: 0.667em;
}
.nav-pills {
display: flex;
flex: 1 1 auto;