mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
FIX: Composer text area height on mobile
This commit is contained in:
parent
8ad46c1ed7
commit
0f9a009982
|
@ -214,6 +214,14 @@ input {
|
|||
|
||||
#reply-control {
|
||||
|
||||
.d-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.d-editor-container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wmd-controls {
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
|
@ -229,7 +237,7 @@ input {
|
|||
}
|
||||
.d-editor-input {
|
||||
width: 100%;
|
||||
height: 180px;
|
||||
height: 100%;
|
||||
padding: 7px;
|
||||
margin: 0;
|
||||
background-color: $secondary;
|
||||
|
|
Loading…
Reference in New Issue
Block a user