loleaflet/css/device-mobile.css       |    5 +++++
 loleaflet/css/partsPreviewControl.css |    9 +--------
 2 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit 53a668b179f99482210015cc0228d2297a3be447
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Thu Apr 2 15:39:40 2020 +0200
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Thu Apr 2 16:37:59 2020 +0200

    mobile: Drag and drop target is smaller on mobile.
    
    Change-Id: Ic17eac122578bbefed75e1b8a9569d3ae622cbc4
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91574
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index 685d16454..363818deb 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -684,3 +684,8 @@ td[id^=tb_spreadsheet-toolbar_item]:focus table.w2ui-button 
div.w2ui-icon, td[id
        max-width: 66px;
        display: block;
 }
+
+/* Highlight where a slide can be dropped when reordering by drag-and-drop. */
+.preview-img-dropsite {
+    border-bottom: 3px solid #b6b6b6;
+}
diff --git a/loleaflet/css/partsPreviewControl.css 
b/loleaflet/css/partsPreviewControl.css
index 4ea0d3c7e..0d07b3d0c 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -47,12 +47,5 @@
 
 /* Highlight where a slide can be dropped when reordering by drag-and-drop. */
 .preview-img-dropsite {
-    border-bottom: 3px solid #b6b6b6;
-}
-
-/* Make it larger on larger displays */
-@media (min-width: 768px),(min-device-height: 768px) {
-    .preview-img-dropsite {
-       border-bottom: 20px solid #b6b6b6;
-    }
+    border-bottom: 20px solid #b6b6b6;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to