UX: Improve category controls on smallest devices (#12945)
This commit is contained in:
parent
ffe8e0bd5f
commit
f61d430566
|
@ -81,6 +81,19 @@
|
||||||
// need to reduce vertical padding for consistent height
|
// need to reduce vertical padding for consistent height
|
||||||
padding-top: 0.3em;
|
padding-top: 0.3em;
|
||||||
padding-bottom: 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,10 +38,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-controls {
|
|
||||||
margin-bottom: 0.667em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-pills {
|
.nav-pills {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|
Loading…
Reference in New Issue