mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Keep mobile composer category and tag inputs on one line
This commit is contained in:
parent
708190802c
commit
1e20bdec57
@ -182,7 +182,6 @@
|
|||||||
|
|
||||||
.with-tags {
|
.with-tags {
|
||||||
.category-input {
|
.category-input {
|
||||||
flex-basis: auto;
|
|
||||||
flex: 1 0 0px;
|
flex: 1 0 0px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
@ -196,6 +195,21 @@
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
z-index: z("base");
|
z-index: z("base");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.selected-name {
|
||||||
|
overflow: hidden;
|
||||||
|
.name {
|
||||||
|
@include ellipsis;
|
||||||
|
font-size: $font-down-1;
|
||||||
|
.badge-wrapper {
|
||||||
|
font-size: $font-0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.title-and-category .select-kit {
|
||||||
|
min-width: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-input,
|
.title-input,
|
||||||
|
Loading…
Reference in New Issue
Block a user