diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 16:00:03 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 16:00:03 -0400 |
commit | 58692c5544781c0fb50f7ab112be7eb38a188ae6 (patch) | |
tree | 872b93f91c1d8671caedde58d865d1b4913aaa92 /src/static | |
parent | 944ea96ae6f72c11527091a718b124d7e396cf34 (diff) |
content, test: image: remove 'id' slot
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 153d693f..5ee062f5 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -659,7 +659,7 @@ p .current { border-top-color: var(--deep-color); } -#cover-art .image { +#cover-art-container .image { display: block; width: 100%; height: 100%; |