From 9482cd81a3a8a9d32a1ae75273c6fdc9d4b3b858 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Thu, 24 Jun 2021 10:36:04 +0200 Subject: [PATCH] Smaller select all button on mobile --- .../file-handling/src/dbp-nextcloud-file-picker.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/file-handling/src/dbp-nextcloud-file-picker.js b/packages/file-handling/src/dbp-nextcloud-file-picker.js index 97fecc4a..0798c895 100644 --- a/packages/file-handling/src/dbp-nextcloud-file-picker.js +++ b/packages/file-handling/src/dbp-nextcloud-file-picker.js @@ -1461,8 +1461,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { } .button-container .checkmark::after{ - left: 11px; - top: 4px; + left: 8px; + top: 2px; width: 8px; height: 15px; } @@ -1473,10 +1473,10 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { } .checkmark{ - height: 30px; - width:30px; - left: 0px; - top: 2px; + height: 25px; + width:25px; + left: 2px; + top: 6px; } } -- GitLab