related to #1609 placed badges correctly and action icons are always visible

This commit is contained in:
Matthieu Leproux
2022-04-04 15:45:34 +02:00
parent 06e30612b5
commit 63ebc25a62
3 changed files with 21 additions and 7 deletions
+1 -5
View File
@@ -4189,7 +4189,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
}
.move-cat-action-cont {
display: none;
display: flex;
position: absolute;
right: 50%;
top : 50%;
@@ -4202,10 +4202,6 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
overflow: hidden;
}
.move-cat-container:hover .move-cat-action-cont {
display: flex;
}
.move-cat-action {
display: flex;
align-items: center;