From 935aa93bfabbfa993f4810c1fe53dde90d9bf2cc Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Thu, 15 May 2025 09:16:49 +0200 Subject: [PATCH] make tiny yht less pixelated --- src/components/ActivityWidget.astro | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/ActivityWidget.astro b/src/components/ActivityWidget.astro index f90ed4a..bc6acd9 100644 --- a/src/components/ActivityWidget.astro +++ b/src/components/ActivityWidget.astro @@ -8,7 +8,9 @@ import tinyYHT from '../assets/img/tiny_yht.png';
Unknown
- +
+ +
@@ -94,6 +96,16 @@ import tinyYHT from '../assets/img/tiny_yht.png'; margin-top: 2.9rem; transition: transform 3s linear; + .image { + width: 31px; + height: 33px; + img { + width: 100%; + height: 100%; + image-rendering: pixelated; + } + } + .dialog-box { position: absolute; display: flex;