Improved ACL handling #157

This commit is contained in:
the-djmaze 2024-02-13 10:44:38 +01:00
parent 7e304daee0
commit 306d3ec7b5
8 changed files with 110 additions and 116 deletions

View file

@ -15,6 +15,7 @@
}
.folder-name {
cursor: pointer;
word-break: break-all;
white-space: pre-wrap;
}
@ -24,10 +25,6 @@
opacity: 0.6;
}
.folder-name.can-be-edited {
cursor: pointer;
}
select {
width: auto;
}