diff --git a/site_storage/watch_wii_template.html b/site_storage/watch_wii_template.html
index 14b6583..f6c3d47 100644
--- a/site_storage/watch_wii_template.html
+++ b/site_storage/watch_wii_template.html
@@ -24,6 +24,7 @@
padding: 10px 20px;
display: flex;
align-items: center;
+ justify-content: center;
}
.logo {
font-size: 24px;
@@ -71,6 +72,7 @@
display: flex;
align-items: center;
gap: 10px;
+ justify-content: center;
}
.channel-logo {
width: 36px;
@@ -97,6 +99,26 @@
.video-container:hover {
border: 1px solid #0f0f0f;
}
+ .comments-section {
+ margin-top: 20px;
+ }
+ .comment {
+ background-color: #222;
+ padding: 10px;
+ margin: 10px 0;
+ border-radius: 5px;
+ }
+ .comment-author {
+ font-weight: bold;
+ color: #3ea6ff;
+ }
+ .comment-text {
+ margin-top: 5px;
+ }
+ .comment-likes {
+ font-size: 12px;
+ color: #aaa;
+ }
@@ -106,12 +128,6 @@
ReviveTube
-