summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-12-17 16:03:42 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-12-18 23:37:25 +0100
commitc231d68eb44c31f334fa2d481980cfca59626945 (patch)
tree57dd426b8fae1d92f1861e8c28a58bdbde797cd8
parentd2dc650613255c5189828bc20c5622780a9606fc (diff)
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@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r--loleaflet/css/partsPreviewControl.css5
1 files changed, 3 insertions, 2 deletions
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 {