From 79ff207f3cf80b8a33fcbdbfd724f441fc6b0ab1 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 efa586bc..71832217 100644
--- a/packages/file-handling/src/nextcloud-file-picker.js
+++ b/packages/file-handling/src/nextcloud-file-picker.js
@@ -2064,8 +2064,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%;
             }
 
@@ -2074,8 +2075,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 {
@@ -2232,9 +2233,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