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;