Skip to content

Commit

Permalink
fixed add album button and add new folder button
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Jun 25, 2024
1 parent e1f0574 commit 9cf6dab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
15 changes: 12 additions & 3 deletions css/apps/photos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
font-size: 32px;
}

// hide 'Add' button breadcrumbs for all menu pages,
// unless it is for "Create a new album"/ "Ein neues Album erstellen."
&__content button:not([aria-label*='lbum']) {
// hide 'Add' button breadcrumbs for all menu pages
&__content button.button-vue {
display: none;
}

Expand Down Expand Up @@ -76,6 +75,16 @@
}
}

.albums-list {
.photos-navigation {
// show 'Add' button for "Create a new album"
&__content button.button-vue {
display: flex;
}
}

}

.files-list-viewer.timeline__file-list {
padding: 0 32px;

Expand Down
12 changes: 12 additions & 0 deletions css/components/ncactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
&:hover, &:focus {
outline: none;
}

.icon-vue {
background-image: var(--icon-folder-dark);
}

.material-design-icon.upload-icon {
background-image: var(--icon-upload-dark);
}

.material-design-icon svg {
display: none;
}
}
}
}
Expand Down

0 comments on commit 9cf6dab

Please sign in to comment.