From 0451facc2ef7aae8760f98a6f78f57efbfe3fa7d Mon Sep 17 00:00:00 2001
From: Kavin <20838718+FireMasterK@users.noreply.github.com>
Date: Thu, 13 Aug 2026 23:10:55 +0530
Subject: [PATCH] Fix some layout issues.
---
src/components/SubscriptionsPage.vue | 6 ++--
src/components/WatchVideo.vue | 45 ++++++++++++++++------------
2 files changed, 29 insertions(+), 22 deletions(-)
diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue
index f6e98618..7f012a6e 100644
--- a/src/components/SubscriptionsPage.vue
+++ b/src/components/SubscriptionsPage.vue
@@ -57,7 +57,7 @@
@click="selectGroup(group)"
>
-
+
@@ -83,11 +83,11 @@
-
+
-
+
-
+ >
+
+ {{
+ $t("actions." + (subscribed ? "unsubscribe" : "subscribe")) +
+ " - " +
+ numberFormat(video.uploaderSubscriberCount)
+ }}
+
+
+
@@ -185,12 +192,12 @@
:to="toggleListenUrl"
:aria-label="(isListening ? 'Watch ' : 'Listen to ') + video.title"
:title="(isListening ? 'Watch ' : 'Listen to ') + video.title"
- class="inline-block w-auto cursor-pointer rounded-sm bg-gray-300 py-2 text-gray-600 hover:bg-gray-500 hover:text-white focus:shadow-red-400 focus:outline-2 focus:outline-red-500 max-md:px-2 md:px-4 dark:bg-dark-400 dark:text-gray-400 dark:hover:bg-dark-300"
+ class="inline-flex items-center w-auto cursor-pointer rounded-sm bg-gray-300 py-2 text-gray-600 hover:bg-gray-500 hover:text-white focus:shadow-red-400 focus:outline-2 focus:outline-red-500 max-md:px-2 md:px-4 dark:bg-dark-400 dark:text-gray-400 dark:hover:bg-dark-300"
>
-
+
-
+