mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:52:19 +08:00
FIX: mobile: reduce height of composer a bit to make room for android devices
This commit is contained in:
parent
1e0d29273a
commit
1691d52882
|
@ -86,7 +86,7 @@ display: none;
|
|||
}
|
||||
// The various states
|
||||
&.open {
|
||||
height: 300px;
|
||||
height: 270px;
|
||||
}
|
||||
&.closed {
|
||||
height: 0 !important;
|
||||
|
@ -155,7 +155,7 @@ display: none;
|
|||
// a small screen mobile device
|
||||
&.edit-title {
|
||||
&.open {
|
||||
height: 280px;
|
||||
height: 250px;
|
||||
}
|
||||
.contents {
|
||||
input#reply-title {
|
||||
|
|
Loading…
Reference in New Issue
Block a user