[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 19 15:06:36 UTC 2018


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

New commits:
commit b28dd845004b8931ebfa73525eb3c76e6ed83756
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Sep 19 09:25:29 2018 -0400
Commit:     Jan Holesovsky <kendy at 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 <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at 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;
+	}
+}
+
+ at media (max-width: 767px) {
+	.loleaflet-ruler {
+		height: 0px;
+		display: none;
 	}
 }
 


More information about the Libreoffice-commits mailing list