mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
ui: apply mobile layout if screen width < 800px instead of < 720px
Some mobile get large screen now, and also if using a small window on desktop better adapt the visual using mobile layout
This commit is contained in:
parent
01c59b3b88
commit
f768e32373
15 changed files with 15 additions and 15 deletions
|
@ -138,7 +138,7 @@
|
|||
width: 45px;
|
||||
height: 38px;
|
||||
}
|
||||
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
|
||||
@media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
|
||||
body {
|
||||
background: #bbb;
|
||||
background: -webkit-linear-gradient(#aaa,#eee 60%) center fixed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue