From c4fb2a3028adbe5b1cf87ef05d17f8744c13d9c8 Mon Sep 17 00:00:00 2001
From: vdbhb59 <60728004+vdbhb59@users.noreply.github.com>
Date: Sat, 30 Sep 2023 18:38:35 +0000
Subject: [PATCH] Add button to pause playlist after current video
 (FreeTubeApp#3938)

Rounded playlist buttons to circles
---
 .../components/watch-video-playlist/watch-video-playlist.css    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/renderer/components/watch-video-playlist/watch-video-playlist.css b/src/renderer/components/watch-video-playlist/watch-video-playlist.css
index 16b10972e08b8..e36f3a4bc0657 100644
--- a/src/renderer/components/watch-video-playlist/watch-video-playlist.css
+++ b/src/renderer/components/watch-video-playlist/watch-video-playlist.css
@@ -36,6 +36,8 @@
 }
 
 .playlistIcon {
+  height: 20px;
+  width: 20px;
   font-size: 20px;
   padding: 10px;
   margin-top: -25px;