mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:38:17 +08:00
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
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -38,10 +38,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.navigation-controls {
|
||||
margin-bottom: 0.667em;
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user