diff options
author | cbdev <cb@cbcdn.com> | 2025-07-18 21:59:27 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2025-07-18 21:59:27 +0200 |
commit | 3e7cd33f79d4a3a130e217f98e37f446761fad2c (patch) | |
tree | 75eb32ce1a3295b7dde973c83cde746acadc79c4 /assets/cargohold.css | |
parent | cfc8ae86e2067c9f9303fe326e3de566b53f1849 (diff) | |
download | cargohold-3e7cd33f79d4a3a130e217f98e37f446761fad2c.tar.gz cargohold-3e7cd33f79d4a3a130e217f98e37f446761fad2c.tar.bz2 cargohold-3e7cd33f79d4a3a130e217f98e37f446761fad2c.zip |
Diffstat (limited to 'assets/cargohold.css')
-rw-r--r-- | assets/cargohold.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/cargohold.css b/assets/cargohold.css index eddd1c7..95879fb 100644 --- a/assets/cargohold.css +++ b/assets/cargohold.css @@ -200,3 +200,15 @@ a.button { .footer { padding: 1em; } + +img.preview { + max-height: 95vh; + width: 100%; + display: block; + border-radius: 0.3em; +} + +a.listing-entry:has(img) { + margin: 1em auto; + width: fit-content; +} |