feat: make thumbhash work with image slider
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled
This commit is contained in:
@ -70,8 +70,8 @@ picture.thumb::before {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
pointer-events: none;
|
||||
@ -81,7 +81,6 @@ picture.thumb::before {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
picture.thumb-loading::before {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user