loleaflet/css/partsPreviewControl.css |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 4386c1718bcfaac3563fe861aacd1e9f51d948c0
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Sat Feb 29 21:11:37 2020 +0530
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Mar 11 13:14:35 2020 +0100

    leaflet: slide previews in impress adjusted to fit
    
    In mobile vertical view impress slide previews were not visible
    
    Change-Id: I24420577769e1124f9c7004ced54786522aa4bce
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89758
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Henry Castro <hcas...@collabora.com>
    (cherry picked from commit 439ce089f27dbe69322d1dfc426f9c743ae08497)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90319
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/loleaflet/css/partsPreviewControl.css 
b/loleaflet/css/partsPreviewControl.css
index f87d5ed95..3a7e14774 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -33,7 +33,7 @@
        margin-left: 20px;
        }
 
-@media (max-width: 767px) and (orientation: potrait), (max-device-height: 
767px) and (orientation: portrait) {
+@media (max-width: 767px) and (orientation: potrait), (max-device-width: 
767px) and (orientation: portrait) {
        #slide-sorter {
                max-height: 60px;
        }
@@ -41,6 +41,7 @@
        .preview-img {
                min-width: 60px;
                max-width: 60px;
+               margin: 0px;
        }
 
        .preview-frame {
@@ -51,7 +52,7 @@
        }
 }
 
-@media (max-width: 767px) and (orientation: landscape), (max-device-height: 
767px) and (orientation: landscape) {
+@media (max-height: 767px) and (orientation: landscape), (max-device-height: 
767px) and (orientation: landscape) {
        #slide-sorter {
                max-width: 120px;
        }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to