Skip to content

Commit

Permalink
Fix zoom-on-hover functionality on the Popular page
Browse files Browse the repository at this point in the history
  • Loading branch information
bitWolfy committed Apr 23, 2020
1 parent a357216 commit 7c8eff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/modules/_thumbnail-enhancer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ div#page div#posts-container {

// Zoom on Hover
div#page.mode-view div#posts-container,
div#page div#posts-container[data-thumb-zoom-context=false] {
div#page div#posts-container[data-thumb-zoom-context=false],
div#page div#a-popular div#posts-container {

&[data-thumb-zoom=true] article.post-preview.loaded:hover {
position: relative;
Expand Down

0 comments on commit 7c8eff2

Please sign in to comment.