mirror of
https://github.com/discourse/discourse.git
synced 2025-05-18 01:04:40 +08:00
UX: resize pm composer inputs for narrow screens (#25019)
This commit is contained in:
parent
02b117a852
commit
c4f940aa31
@ -18,12 +18,19 @@
|
|||||||
&.private-message {
|
&.private-message {
|
||||||
.with-tags {
|
.with-tags {
|
||||||
.title-and-category {
|
.title-and-category {
|
||||||
flex-wrap: nowrap; // force title and tags on same line for PMs
|
flex-wrap: nowrap;
|
||||||
|
gap: 0.5em;
|
||||||
.mini-tag-chooser {
|
.mini-tag-chooser {
|
||||||
|
max-width: 50%;
|
||||||
margin-bottom: 8px; // match title input margin
|
margin-bottom: 8px; // match title input margin
|
||||||
flex: 0 0 auto;
|
flex: 1 1 auto;
|
||||||
margin-left: 8px; // matches margin between category and tag input
|
}
|
||||||
width: 39%;
|
}
|
||||||
|
.title-input {
|
||||||
|
max-width: 50%;
|
||||||
|
min-width: 0;
|
||||||
|
input {
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user