improve collection overview page

This commit is contained in:
Ross
2025-07-21 12:52:45 +01:00
parent 6a919ffc53
commit ad4be1e9a6
6 changed files with 115 additions and 3 deletions
+8
View File
@@ -1387,4 +1387,12 @@ span#user-id {
width: auto;
margin-left: auto;
margin-right: auto;
}
.btn.reduce-opacity {
opacity: 0.3;
transition: opacity 0.2s;
}
.btn.reduce-opacity:hover, .btn.reduce-opacity:focus {
opacity: 1;
}