related to #1704 Added alert is album is locked

* Corrected french sentences spelled wrong
* Added max length for album names in breadcrumbs
* Added attribute 'visible' in categories.setInfos
* Can now unlock an album by clicking on the alert
* Switch used to lock an album works properly now
This commit is contained in:
MatthieuLP
2023-01-04 18:06:10 +01:00
parent 4729504aac
commit 4e899b5eae
8 changed files with 109 additions and 10 deletions
+23
View File
@@ -404,6 +404,10 @@ LI.menuLi {
}
/* Cat Modify */
.unlock-album {
cursor: pointer;
}
.cat-modify {
height: calc(100vh - 192px);
width: calc(100vw - 205px);
@@ -425,6 +429,25 @@ LI.menuLi {
}
.cat-modify-ariane a {
white-space: nowrap;
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
}
#cat-parent {
display: flex;
flex-direction: row;
white-space: nowrap;
flex-wrap: wrap;
}
#cat-parent span {
margin: 0 5px;
}
#cat-parent a {
max-width: 175px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
}
.cat-modify-ariane > * {