From d79fbcd168c91960eeeb4b39f605225012db1804 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 8 Jan 2025 15:35:02 +0700 Subject: [PATCH] fix video button layout --- frontend/src/pages/Video.tsx | 6 +++++- frontend/src/style.css | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Video.tsx b/frontend/src/pages/Video.tsx index 5c2da1ea..62c86bd5 100644 --- a/frontend/src/pages/Video.tsx +++ b/frontend/src/pages/Video.tsx @@ -315,7 +315,7 @@ const Video = () => { {!reindex && ( <> {isAdmin && ( -
+
+
{isAdmin && ( <> {!showDeleteConfirm && ( @@ -360,6 +362,8 @@ const Video = () => { )} )}{' '} +
+
{!showAddToPlaylist && (