fixed a bug that made wide card images not stretch horizontally

This commit is contained in:
eclipse 2025-02-12 22:08:09 +01:00
parent d1aaa62ab5
commit 33c76b41cf

View File

@ -325,6 +325,7 @@ a {
position: absolute;
overflow-y: visible;
height: 100%;
width: 100%;
}
img {