css compatibility

This commit is contained in:
slonkazoid 2024-07-26 01:05:50 +03:00
parent de50259cdc
commit c891df8a61
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -144,16 +144,16 @@ details[open] > summary::after {
content: " (click to collapse)"; content: " (click to collapse)";
} }
div.buttons > a { div.buttons a {
font-size: 0; font-size: 0;
& > img { }
div.buttons a > img {
image-rendering: crisp-edges; image-rendering: crisp-edges;
image-rendering: pixelated; image-rendering: pixelated;
object-fit: contain; object-fit: contain;
width: 88px; width: 88px;
height: 31px; height: 31px;
} }
}
table { table {
word-break: break-word; word-break: break-word;