mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
FIX: Mobile composer layout for PMs
This commit is contained in:
parent
13840942b9
commit
f1b5227aa6
2 changed files with 8 additions and 2 deletions
|
@ -172,6 +172,10 @@
|
|||
|
||||
.add-warning {
|
||||
margin-left: 1em;
|
||||
display: flex;
|
||||
input {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
#reply-title {
|
||||
|
|
|
@ -133,7 +133,9 @@
|
|||
.user-selector {
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
min-height: 75px;
|
||||
.users-input {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.title-input,
|
||||
|
@ -144,7 +146,7 @@
|
|||
}
|
||||
|
||||
.add-warning {
|
||||
margin: 5px 0 5px 5px;
|
||||
margin: 0 0 5px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue