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

New commits:
commit fde38c657393af18727f032c37be232b48ecaba9
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Fri Oct 4 13:50:13 2019 +0300
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Fri Oct 4 13:11:51 2019 +0200

    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 <[email protected]>
    Reviewed-by: Tor Lillqvist <[email protected]>

diff --git a/loleaflet/css/partsPreviewControl.css 
b/loleaflet/css/partsPreviewControl.css
index 4913e2112..79ad88cca 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -47,3 +47,10 @@
 .preview-img-dropsite {
     border-bottom: 3px solid red;
 }
+
+/* Make it larger on larger displays */
+@media (min-width: 768px),(min-device-height: 768px) {
+    .preview-img-dropsite {
+       border-bottom: 20px solid red;
+    }
+}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to