Skip to content
Snippets Groups Projects
Commit 70606373 authored by Tögl, Christina's avatar Tögl, Christina
Browse files

Fixed breadcrumb and breadcrumb menu for all views

parent 1d6d1c16
Branches
No related tags found
No related merge requests found
Pipeline #70132 failed
...@@ -2062,8 +2062,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -2062,8 +2062,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
display: inline; display: inline;
} }
.nextcloud-nav { /** sticky header **/ .nextcloud-nav { /** sticky header - TODO nur mobil! **/
position: absolute; /** relative **/ /** position: absolute; /** relative **/
position: relative;
width: 100%; width: 100%;
} }
...@@ -2072,8 +2073,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -2072,8 +2073,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
} }
.nextcloud-header { .nextcloud-header {
padding-bottom: 40px; /**10px**/ /** padding-bottom: 40px; 10px**/
height: 33px; /** TODO verify or change **/ /** height: 33px; TODO verify or change - TODO nur mobil! **/
} }
.breadcrumb-menu { .breadcrumb-menu {
...@@ -2229,9 +2230,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -2229,9 +2230,9 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
.nextcloud-header { .nextcloud-header {
/**margin-bottom: 2rem;**/ /**margin-bottom: 2rem;**/
display: inline-grid; /**display: inline-grid; TODO**/
width: 100%; width: 100%;
grid-template-columns: auto auto; /**grid-template-columns: auto auto;**/
} }
.nextcloud-header div button { .nextcloud-header div button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment