mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
|
// The various states
|
||||||
&.open {
|
&.open {
|
||||||
height: 300px;
|
height: 270px;
|
||||||
}
|
}
|
||||||
&.closed {
|
&.closed {
|
||||||
height: 0 !important;
|
height: 0 !important;
|
||||||
@ -155,7 +155,7 @@ display: none;
|
|||||||
// a small screen mobile device
|
// a small screen mobile device
|
||||||
&.edit-title {
|
&.edit-title {
|
||||||
&.open {
|
&.open {
|
||||||
height: 280px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
.contents {
|
.contents {
|
||||||
input#reply-title {
|
input#reply-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user