diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-08 12:06:54 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-08 12:06:54 -0300 |
| commit | 1ebcdf389408e25f32fd10bba8f168988d756411 (patch) | |
| tree | b9d9dc501453da2bb324e42801696d9119625722 /src/static/css/features.css | |
| parent | b95c6eed52f19dbf8aa351d1aeb4ac88853f9c21 (diff) | |
css: don't flatten this image is missing
Diffstat (limited to 'src/static/css/features.css')
| -rw-r--r-- | src/static/css/features.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index c25f669c..de615de2 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -734,6 +734,19 @@ .image-details:last-child { margin-bottom: 2px; } + + /* Should only appear as an error message / placeholder, + * "This image file is missing" + */ + .cover-artwork .image-container:not(:has(img)) { + .image-inner-area, .image-text-area { + position: static; + } + + .image-text-area { + aspect-ratio: 1 / 1; + } + } } @layer print { |