mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
related to #1609 placed badges correctly and action icons are always visible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user