From 22034a68d56ca32ad01ae8f26e0c8aef50e8b004 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Mon, 4 Apr 2022 11:21:06 +0200 Subject: [PATCH] Small UI adaption filepicker --- packages/file-handling/src/nextcloud-file-picker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js index 1604a71e..2f733135 100644 --- a/packages/file-handling/src/nextcloud-file-picker.js +++ b/packages/file-handling/src/nextcloud-file-picker.js @@ -3011,7 +3011,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { } .extended-menu { - top: 0px; + top: 38px; } .additional-menu { -- GitLab