From 7ea2ddd6265bdbcec2a465c4d82c7dae797f6c21 Mon Sep 17 00:00:00 2001 From: Shaik Dadapeer <69897636+Dadu48@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:05:02 -0700 Subject: [PATCH] The sidebar looks a bit Bad. With that small Change, it look's Perfect Now. --- src/VideoSidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VideoSidebar.css b/src/VideoSidebar.css index 85014f4..b92eac5 100644 --- a/src/VideoSidebar.css +++ b/src/VideoSidebar.css @@ -1,7 +1,7 @@ .videoSidebar { position: absolute; top: 50%; - right: 10px; + right: 20px; color: white; }