mirror of
https://github.com/stashapp/Stash-Docs.git
synced 2025-12-11 12:42:31 -06:00
Add CSS snippet
This commit is contained in:
parent
3176b33ba5
commit
ae997ae419
@ -224,6 +224,22 @@ Note: Future releases of Stash may break these CSS tweaks. CSS tweaks may not ap
|
||||
}
|
||||
```
|
||||
|
||||
# Gallery
|
||||
|
||||
## Disable lightbox image transition
|
||||
|
||||
|-|-|
|
||||
|Description|Disable lightbox image transition.|
|
||||
|Author|echo6ix|
|
||||
|Screenshots||
|
||||
|
||||
```css
|
||||
/* [Gallery tab] Disable lightbox image transition */
|
||||
.Lightbox-carousel {
|
||||
transition: unset;
|
||||
}
|
||||
```
|
||||
|
||||
# Movies
|
||||
|
||||
## Better Movie layout for desktops, regular size poster
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user