Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sventhiel committed Jul 25, 2023
1 parent b3d0c35 commit b4bd84c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 78 deletions.
22 changes: 11 additions & 11 deletions wwwroot/css/empty.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ img {
width: 100%;
}

#img_controls.playing:hover {
opacity: 1;
transition-property: opacity;
transition-duration: 2.5s;
}
#img_controls.playing:hover {
opacity: 1;
transition-property: opacity;
transition-duration: 2.5s;
}

#img_controls.playing:not(:hover) {
opacity: 0;
transition-delay: 2.5s;
transition-property: opacity;
transition-duration: 2.5s;
}
#img_controls.playing:not(:hover) {
opacity: 0;
transition-delay: 2.5s;
transition-property: opacity;
transition-duration: 2.5s;
}

@media (max-aspect-ratio: 2746/3688) {
#div_manchu #img_manchu {
Expand Down
Loading

0 comments on commit b4bd84c

Please sign in to comment.