From c891df8a6129461e2f8ee0be414d6ca1e3c0076b Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Fri, 26 Jul 2024 01:05:50 +0300 Subject: [PATCH] css compatibility --- style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 19549ec..285242a 100644 --- a/style.css +++ b/style.css @@ -144,15 +144,15 @@ details[open] > summary::after { content: " (click to collapse)"; } -div.buttons > a { +div.buttons a { font-size: 0; - & > img { - image-rendering: crisp-edges; - image-rendering: pixelated; - object-fit: contain; - width: 88px; - height: 31px; - } +} +div.buttons a > img { + image-rendering: crisp-edges; + image-rendering: pixelated; + object-fit: contain; + width: 88px; + height: 31px; } table {