improve collection overview page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user