diff options
author | PortableProgrammer <[email protected]> | 2025-01-08 20:32:24 +0000 |
---|---|---|
committer | PortableProgrammer <[email protected]> | 2025-01-08 20:32:24 +0000 |
commit | c8c23b9980d2c60a92926bf9d09b177749f9af2b (patch) | |
tree | d2775b61b90c9836d98830b4bca16482016eaba6 /src | |
parent | 73465b81a69b0fcdfd038fb21e742d827166a1b5 (diff) |
Tweak gallery item width
Diffstat (limited to 'src')
-rw-r--r-- | src/public/styles.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/public/styles.css b/src/public/styles.css index 170c4b7..18130ed 100644 --- a/src/public/styles.css +++ b/src/public/styles.css | |||
@@ -204,11 +204,8 @@ nav { | |||
204 | align-items: center; | 204 | align-items: center; |
205 | } | 205 | } |
206 | 206 | ||
207 | .gallery-item.card > a > img { | 207 | .gallery-item.card { |
208 | max-width: 95vw; | 208 | max-width: 100%; |
209 | max-height: 30vh; | ||
210 | width: auto; | ||
211 | height: auto; | ||
212 | } | 209 | } |
213 | 210 | ||
214 | .spoiler { | 211 | .spoiler { |