[Libreoffice-commits] online.git: loleaflet/css

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 27 13:50:41 UTC 2018


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

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


More information about the Libreoffice-commits mailing list