[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/css

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 11 12:14:54 UTC 2020


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

New commits:
commit 4386c1718bcfaac3563fe861aacd1e9f51d948c0
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Sat Feb 29 21:11:37 2020 +0530
Commit:     Tor Lillqvist <tml at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>
    (cherry picked from commit 439ce089f27dbe69322d1dfc426f9c743ae08497)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90319
    Reviewed-by: Tor Lillqvist <tml at 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;
 	}
 
- at media (max-width: 767px) and (orientation: potrait), (max-device-height: 767px) and (orientation: portrait) {
+ at 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 @@
 	}
 }
 
- at media (max-width: 767px) and (orientation: landscape), (max-device-height: 767px) and (orientation: landscape) {
+ at media (max-height: 767px) and (orientation: landscape), (max-device-height: 767px) and (orientation: landscape) {
 	#slide-sorter {
 		max-width: 120px;
 	}


More information about the Libreoffice-commits mailing list