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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Sat Oct 5 08:41:17 UTC 2019


 loleaflet/css/partsPreviewControl.css |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit ef98d92cb9fb4e0d31e0843d26153cdc05657f83
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Oct 4 13:50:13 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Sat Oct 5 11:40:45 2019 +0300

    tdf#127942: Make the slide preview image dropsite larger on larger displays
    
    This makes it easier no notice when a dropsite becomes active.
    
    Change-Id: Iabf529d4af814c0cd348b201b823dca4bcaa1bb5
    Reviewed-on: https://gerrit.libreoffice.org/80203
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/loleaflet/css/partsPreviewControl.css b/loleaflet/css/partsPreviewControl.css
index 6efab803b..f112b8937 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -47,3 +47,10 @@
 .preview-img-dropsite {
     border-bottom: 3px solid #b6b6b6;
 }
+
+/* Make it larger on larger displays */
+ at media (min-width: 768px),(min-device-height: 768px) {
+    .preview-img-dropsite {
+	border-bottom: 20px solid #b6b6b6;
+    }
+}


More information about the Libreoffice-commits mailing list