mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08: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 {
|
||||
.category-input {
|
||||
flex-basis: auto;
|
||||
flex: 1 0 0px;
|
||||
margin: 0;
|
||||
width: 45%;
|
||||
|
@ -196,6 +195,21 @@
|
|||
margin-bottom: 5px;
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user