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 fcc34e6fb9de04d738b166b89eff1488630bc171
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Tue Oct 2 22:34:01 2018 -0400
Commit:     Henry Castro <hcas...@collabora.com>
CommitDate: Tue Oct 9 15:54:05 2018 -0400

    loleafet: mobile: fix max-height screen size tablet
    
    Change-Id: I1c869089aee6991de34e06daf0a38d8b07f82a22
    Reviewed-on: https://gerrit.libreoffice.org/61280
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css
index 28de9a21b..332490ed5 100644
--- a/loleaflet/css/leaflet.css
+++ b/loleaflet/css/leaflet.css
@@ -788,7 +788,7 @@ input.clipboard {
        }
 }
 
-@media (max-width: 768px) {
+@media (max-width: 768px),(max-height: 768px) {
        .loleaflet-ruler {
                height: 0px;
                display: none;
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index c27c138eb..f0cabadca 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -81,7 +81,7 @@ body {
     width: 0;
 }
 
-@media (max-width: 768px) {
+@media (max-width: 768px),(max-height: 768px) {
     /* Show slidesorter beyond 768px only */
     #presentation-controls-wrapper {
        display: none;
diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css
index 9649cadd8..7af9d31b6 100644
--- a/loleaflet/css/menubar.css
+++ b/loleaflet/css/menubar.css
@@ -191,7 +191,7 @@
 }
 
 /* desktop mode */
-@media (min-width: 769px) {
+@media (min-width: 769px) and (orientation: portrait),(min-height: 769px) and 
(orientation: landscape) {
     /* 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