loleaflet/dist/leaflet.css   |    2 +-
 loleaflet/dist/loleaflet.css |    2 +-
 loleaflet/dist/menubar.css   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d1dc66ae5f33e68136a734d5687ab6903a30e442
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Tue Sep 25 09:51:51 2018 -0400
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Mon Oct 1 13:17:41 2018 +0200

    loleaflet: mobile: fix max-width screen size tablet
    
    Change-Id: I3337e669521f0f0f1dd749884f38dd35663491d3
    Reviewed-on: https://gerrit.libreoffice.org/60977
    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 2fb0a1925..28de9a21b 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -788,7 +788,7 @@ input.clipboard {
        }
 }
 
-@media (max-width: 767px) {
+@media (max-width: 768px) {
        .loleaflet-ruler {
                height: 0px;
                display: none;
diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 68349f2fb..07565ff29 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -81,7 +81,7 @@ body {
     width: 0;
 }
 
-@media (max-width: 767px) {
+@media (max-width: 768px) {
     /* Show slidesorter beyond 768px only */
     #presentation-controls-wrapper {
        display: none;
diff --git a/loleaflet/dist/menubar.css b/loleaflet/dist/menubar.css
index f192eacbf..9649cadd8 100644
--- a/loleaflet/dist/menubar.css
+++ b/loleaflet/dist/menubar.css
@@ -191,7 +191,7 @@
 }
 
 /* desktop mode */
-@media (min-width: 768px) {
+@media (min-width: 769px) {
     /* hide the button in desktop view */
     .main-menu-btn {
        position: absolute;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to