[Libreoffice-commits] online.git: loleaflet/css

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 22:37:43 UTC 2019


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

New commits:
commit c231d68eb44c31f334fa2d481980cfca59626945
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Dec 17 16:03:42 2019 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Dec 18 23:37:25 2019 +0100

    Slide-sorter: mobile: Make the slide previews smaller in landscape mode.
    
    So they are not cut by the document area.
    
    Change-Id: Ie53f693fc6ff4ccf8a4a86e1100860c3907f4a3a
    Reviewed-on: https://gerrit.libreoffice.org/85438
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/loleaflet/css/partsPreviewControl.css b/loleaflet/css/partsPreviewControl.css
index df9e92f1e..8a9d46d7a 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -57,8 +57,9 @@
 	}
 
 	.preview-img {
-		min-width: 60px;
-		max-width: 60px;
+		min-width: 40px;
+		max-width: 40px;
+		margin-left: 8px;
 	}
 
 	.preview-frame {


More information about the Libreoffice-commits mailing list