Skip to content

Commit

Permalink
Add CSS snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Sep 17, 2023
1 parent 3176b33 commit ae997ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions user-interface-ui/custom-css-snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|![](/assets/user-interface-ui/fixed_table_width.png)|

```css
/* [Gallery tab] Disable lightbox image transition */
.Lightbox-carousel {
transition: unset;
}
```

# Movies

## Better Movie layout for desktops, regular size poster
Expand Down

0 comments on commit ae997ae

Please sign in to comment.