tangled
alpha
login
or
join now
oppi.li
/
lurker
selfhostable, read-only reddit client
16
fork
atom
overview
issues
3
pulls
pipelines
Tweak gallery item width
PortableProgrammer
1 year ago
c8c23b99
73465b81
options
unified
split
Changed files
+2
-5
src
public
styles.css
+2
-5
src/public/styles.css
···
204
204
align-items: center;
205
205
}
206
206
207
207
-
.gallery-item.card > a > img {
208
208
-
max-width: 95vw;
209
209
-
max-height: 30vh;
210
210
-
width: auto;
211
211
-
height: auto;
207
207
+
.gallery-item.card {
208
208
+
max-width: 100%;
212
209
}
213
210
214
211
.spoiler {