feat: increase opacity for the floating play button, and now it can be activated by hovering on the title.
This commit is contained in:
@ -69,13 +69,10 @@
|
||||
margin-left: 15px;
|
||||
transition: left 300ms;
|
||||
border-radius: 5px;
|
||||
opacity: 0.6;
|
||||
opacity: 0.7;
|
||||
font-weight: 300;
|
||||
}
|
||||
.library-thumb-img:hover + .library-thumb-grp {
|
||||
left: -15px;
|
||||
}
|
||||
.library-thumb-grp:hover {
|
||||
.library-thumb-grp-hover {
|
||||
left: -15px;
|
||||
}
|
||||
.library-thumb-btn-up {
|
||||
|
Reference in New Issue
Block a user