From 7060637307f9ce9d70af670f31cfc0a4dd865351 Mon Sep 17 00:00:00 2001 From: Christina Toegl <toegl@tugraz.at> Date: Thu, 9 Dec 2021 11:47:12 +0100 Subject: [PATCH] Fixed breadcrumb and breadcrumb menu for all views --- packages/file-handling/src/nextcloud-file-picker.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js index 8b2a1977..43273fb3 100644 --- a/packages/file-handling/src/nextcloud-file-picker.js +++ b/packages/file-handling/src/nextcloud-file-picker.js @@ -2062,8 +2062,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { display: inline; } - .nextcloud-nav { /** sticky header **/ - position: absolute; /** relative **/ + .nextcloud-nav { /** sticky header - TODO nur mobil! **/ + /** position: absolute; /** relative **/ + position: relative; width: 100%; } @@ -2072,8 +2073,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { } .nextcloud-header { - padding-bottom: 40px; /**10px**/ - height: 33px; /** TODO verify or change **/ + /** padding-bottom: 40px; 10px**/ + /** height: 33px; TODO verify or change - TODO nur mobil! **/ } .breadcrumb-menu { @@ -2229,9 +2230,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { .nextcloud-header { /**margin-bottom: 2rem;**/ - display: inline-grid; + /**display: inline-grid; TODO**/ width: 100%; - grid-template-columns: auto auto; + /**grid-template-columns: auto auto;**/ } .nextcloud-header div button { -- GitLab