From 456346237754b517a104e02b3f3f2f0c497ebe68 Mon Sep 17 00:00:00 2001 From: TheErrorExe Date: Wed, 26 Feb 2025 14:16:16 +0100 Subject: [PATCH] . --- site_storage/watch_wii_template.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site_storage/watch_wii_template.html b/site_storage/watch_wii_template.html index af4058c..09fca9b 100644 --- a/site_storage/watch_wii_template.html +++ b/site_storage/watch_wii_template.html @@ -79,6 +79,15 @@ height: 36px; border-radius: 50%; } + .like-container { + display: flex; + align-items: center; + gap: 8px; + } + .like-image { + width: 20px; + height: auto; + } #videooutline { width: fit-content; margin: auto;