Skip to content

Commit 6ea6117

Browse files
[SFW Switch] Additional Plugin Support: Deck Viewer, minor fix (#689)
Co-authored-by: DogmaDragon <[email protected]>
1 parent bf07797 commit 6ea6117

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

plugins/SFWSwitch/additional_plugins.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
.hon-image-image-container,
1919
.hon-image-image,
2020

21+
/* Deck Viewer */
22+
.swiper-zoom-container,
23+
.gallery-cover-link,
2124

2225
/* O Stats */
2326
.custom-stats-row .stats-element img,
@@ -35,6 +38,10 @@
3538
/* StashBattle */
3639
.pwr-scene-info,
3740

41+
/* Deck Viewer */
42+
.gallery-cover-title,
43+
.gallery-performers,
44+
3845
/* HotOrNot */
3946
.hon-selection-name,
4047
.hon-performer-info.hon-scene-info,
@@ -49,6 +56,12 @@
4956
transition: filter 0.25s ease;
5057
}
5158

59+
/* Deck Viewer */
60+
.swiper-zoom-container:hover,
61+
.gallery-cover-link:hover,
62+
.gallery-cover-title:hover,
63+
.gallery-performers:hover,
64+
5265
/* StashBattle */
5366
.pwr-scene-image-container:hover,
5467
.pwr-scene-image-container:hover .pwr-hover-preview,

plugins/SFWSwitch/sfw.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
.image-card img,
2020
.image-thumbnail,
2121
.Lightbox-carousel,
22+
.image-image,
2223
.react-photo-gallery--gallery img,
2324

2425
/* group */
@@ -130,6 +131,7 @@ div:hover > .image-header,
130131
.image-thumbnail:hover,
131132
.TruncatedText.image-card__description:hover,
132133
.wall-item:hover img,
134+
.image-image:hover,
133135

134136

135137
/* group */

plugins/SFWSwitch/sfwswitch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: SFW Switch
22
description: Add a button to blur covers and images.
3-
version: 1.6
3+
version: 1.7
44
url: https://discourse.stashapp.cc/t/sfw-switch/4658
55
ui:
66
javascript:

0 commit comments

Comments
 (0)