Skip to content

Commit ab167f7

Browse files
authored
SFWSwitch: blur tagger scene image popup
In Tagger mode when you get a result for a scene (for example by click Scrape by fragment), the image is not blurred. By adding the missing CSS for .scene-image it now works as expected.
1 parent f7fefe6 commit ab167f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/SFWSwitch/sfw.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
video,
1010
.scene-cover,
1111
.scrubber-item,
12+
.scene-image,
1213

1314
/* image */
1415
.image-card-preview,
@@ -85,6 +86,7 @@ div:hover > .scene-header,
8586
.image-thumbnail:hover,
8687
.scene-card-preview:hover,
8788
.scrubber-item:hover,
89+
.scene-image:hover,
8890

8991
/* image */
9092
.image-image:hover,
@@ -111,4 +113,4 @@ img.performer:hover,
111113
.logo-container:hover > h2
112114
{
113115
filter: blur(0px);
114-
}
116+
}

0 commit comments

Comments
 (0)