loleaflet/css/leaflet.css | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit 2adfcb0995ea3f887397d52bd58b3b5bf96a758f Author: Henry Castro <hcas...@collabora.com> AuthorDate: Wed Sep 19 09:25:29 2018 -0400 Commit: Henry Castro <hcas...@collabora.com> CommitDate: Thu Sep 27 09:50:04 2018 -0400 loleaflet: mobile: hide the ruler Change-Id: I87335f3a1116553f1ea548ee759680ffa6533aca diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css index d42802bef..2fb0a1925 100644 --- a/loleaflet/css/leaflet.css +++ b/loleaflet/css/leaflet.css @@ -784,6 +784,14 @@ input.clipboard { @media screen and (max-height: 400px) { .loleaflet-ruler { height: 0px; + display: none; + } +} + +@media (max-width: 767px) { + .loleaflet-ruler { + height: 0px; + display: none; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits