From 5b67d9de245cfc2b398e536cb986cfc5532c65fb Mon Sep 17 00:00:00 2001 From: MerlinScheurer Date: Sun, 12 Jan 2025 15:39:21 +0100 Subject: [PATCH] Refac delete buttons order to be in a row --- frontend/src/pages/ChannelAbout.tsx | 6 ++++-- frontend/src/pages/Channels.tsx | 3 +++ frontend/src/pages/Playlist.tsx | 3 +-- frontend/src/pages/Video.tsx | 6 ++++-- frontend/src/style.css | 1 + 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/ChannelAbout.tsx b/frontend/src/pages/ChannelAbout.tsx index edd9c61a..75a66cac 100644 --- a/frontend/src/pages/ChannelAbout.tsx +++ b/frontend/src/pages/ChannelAbout.tsx @@ -152,8 +152,9 @@ const ChannelAbout = () => { )} {showDeleteConfirm && ( -
+
Delete {channel.channel_name} including all videos? +