diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-04-01 09:16:33 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-04-01 09:16:33 -0300 |
| commit | 2d5330e7ed792bed36cfd886b48804657b8a2c99 (patch) | |
| tree | fc83a11bfed17c25ef716354e20a85c18460467f /src/static/css/features.css | |
| parent | 1c0e7ed52e63ab60764ddd4108dabe1b40fa34ac (diff) | |
content: generateAlbumArtInfoBox: wiki file links preview
Diffstat (limited to 'src/static/css/features.css')
| -rw-r--r-- | src/static/css/features.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index c811c753..f2b4fa04 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -566,7 +566,8 @@ } #artwork-column .album-art-info { - margin: 10px min(15px, 1vw) 15px; + margin: 10px min(15px, 1vw) 18px; + z-index: 2; } #artwork-column .cover-artwork:not(:first-child), |