« get me outta code hell

css: fix cover images overflowing parent - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-04 13:29:20 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-04 13:29:20 -0300
commit11c3c4c976c2b7ed711006c7bf19030c7a986209 (patch)
treefb4671e4182631d32d877a98989a56ec39a54ec5
parentd26289b526610f19cbb6c763b28d0c45c9648a85 (diff)
css: fix cover images overflowing parent
OK I hope this doesn't break anything.
-rw-r--r--src/static/site4.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index 28a4924..bfb2e46 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -756,6 +756,11 @@ li > ul {
   text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
 }
 
+.image-inner-area {
+  width: 100%;
+  height: 100%;
+}
+
 img {
   object-fit: cover;
 }