mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
mobile fix
This commit is contained in:
parent
803a86a21d
commit
30f743e185
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
@media only screen
|
||||
and (min-device-width : 320px)
|
||||
and (max-device-width : 480px) {
|
||||
and (max-device-width : 540px) {
|
||||
#reply-control {
|
||||
.toggle-preview { display:none; }
|
||||
#reply-title { width: 250px; }
|
||||
|
|
Loading…
Reference in a new issue