[Libreoffice-commits] online.git: loleaflet/css
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 9 19:52:44 UTC 2018
loleaflet/css/leaflet.css | 2 +-
loleaflet/css/loleaflet.css | 2 +-
loleaflet/css/menubar.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 0610196d4fabe3d25f5b1486756ef6520c0cfeb3
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Sep 25 09:51:51 2018 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Tue Oct 9 15:51:56 2018 -0400
loleaflet: mobile: fix max-width screen size tablet
Change-Id: I3337e669521f0f0f1dd749884f38dd35663491d3
Reviewed-on: https://gerrit.libreoffice.org/60977
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css
index 2fb0a1925..28de9a21b 100644
--- a/loleaflet/css/leaflet.css
+++ b/loleaflet/css/leaflet.css
@@ -788,7 +788,7 @@ input.clipboard {
}
}
- at media (max-width: 767px) {
+ at media (max-width: 768px) {
.loleaflet-ruler {
height: 0px;
display: none;
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index a34ffb7a8..c27c138eb 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -81,7 +81,7 @@ body {
width: 0;
}
- at media (max-width: 767px) {
+ at media (max-width: 768px) {
/* Show slidesorter beyond 768px only */
#presentation-controls-wrapper {
display: none;
diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index f192eacbf..9649cadd8 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -191,7 +191,7 @@
}
/* desktop mode */
- at media (min-width: 768px) {
+ at media (min-width: 769px) {
/* hide the button in desktop view */
.main-menu-btn {
position: absolute;
More information about the Libreoffice-commits
mailing list