mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 09:01:27 -05:00
[SFW Switch] Additional Plugin Support: Deck Viewer, minor fix (#689)
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
.hon-image-image-container,
|
||||
.hon-image-image,
|
||||
|
||||
/* Deck Viewer */
|
||||
.swiper-zoom-container,
|
||||
.gallery-cover-link,
|
||||
|
||||
/* O Stats */
|
||||
.custom-stats-row .stats-element img,
|
||||
@@ -35,6 +38,10 @@
|
||||
/* StashBattle */
|
||||
.pwr-scene-info,
|
||||
|
||||
/* Deck Viewer */
|
||||
.gallery-cover-title,
|
||||
.gallery-performers,
|
||||
|
||||
/* HotOrNot */
|
||||
.hon-selection-name,
|
||||
.hon-performer-info.hon-scene-info,
|
||||
@@ -49,6 +56,12 @@
|
||||
transition: filter 0.25s ease;
|
||||
}
|
||||
|
||||
/* Deck Viewer */
|
||||
.swiper-zoom-container:hover,
|
||||
.gallery-cover-link:hover,
|
||||
.gallery-cover-title:hover,
|
||||
.gallery-performers:hover,
|
||||
|
||||
/* StashBattle */
|
||||
.pwr-scene-image-container:hover,
|
||||
.pwr-scene-image-container:hover .pwr-hover-preview,
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
.image-card img,
|
||||
.image-thumbnail,
|
||||
.Lightbox-carousel,
|
||||
.image-image,
|
||||
.react-photo-gallery--gallery img,
|
||||
|
||||
/* group */
|
||||
@@ -130,6 +131,7 @@ div:hover > .image-header,
|
||||
.image-thumbnail:hover,
|
||||
.TruncatedText.image-card__description:hover,
|
||||
.wall-item:hover img,
|
||||
.image-image:hover,
|
||||
|
||||
|
||||
/* group */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: SFW Switch
|
||||
description: Add a button to blur covers and images.
|
||||
version: 1.6
|
||||
version: 1.7
|
||||
url: https://discourse.stashapp.cc/t/sfw-switch/4658
|
||||
ui:
|
||||
javascript:
|
||||
|
||||
Reference in New Issue
Block a user