selfhostable, read-only reddit client
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak gallery img size in `card` view. Ensure `spoiler`/`nsfw` div is above everything else

+3 -1
+3 -1
src/public/styles.css
··· 206 206 207 207 .gallery-item.card > a > img { 208 208 max-width: 95vw; 209 - max-height: 95vh; 209 + max-height: 30vh; 210 210 width: auto; 211 211 height: auto; 212 212 } ··· 231 231 align-items: center; 232 232 233 233 cursor: pointer; 234 + 235 + z-index: 10; 234 236 } 235 237 236 238 .gallery-item-idx.card,