loleaflet/dist/leaflet.css |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit b28dd845004b8931ebfa73525eb3c76e6ed83756
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Wed Sep 19 09:25:29 2018 -0400
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Wed Sep 19 17:06:18 2018 +0200

    loleaflet: mobile: hide the ruler
    
    Change-Id: I87335f3a1116553f1ea548ee759680ffa6533aca
    Reviewed-on: https://gerrit.libreoffice.org/60767
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index d42802bef..2fb0a1925 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/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

Reply via email to