mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -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
|
@ -114,7 +114,7 @@ body.doesWrap:not(.noprewrap) > div {
|
|||
font-size: 12px; /* overridden by lineMetricsDiv.style */
|
||||
font-family: monospace; /* overridden by lineMetricsDiv.style */
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 800px) {
|
||||
#sidediv {
|
||||
/* Do not use display: none to hide the sidediv, otherwise the parent container does not
|
||||
get its height properly calculated by flexboxes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue