From 76d7ecd1637d9732cbf636f399ef310a0b60b009 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:06:04 +0200 Subject: [PATCH] More space for the title in watch-video-info (#2751) --- src/renderer/components/watch-video-info/watch-video-info.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/watch-video-info/watch-video-info.sass b/src/renderer/components/watch-video-info/watch-video-info.sass index 8b6ce0fa..89d25d53 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.sass +++ b/src/renderer/components/watch-video-info/watch-video-info.sass @@ -1,6 +1,7 @@ .watchVideoInfo display: grid - grid-template-columns: 2fr 1fr + grid-template-columns: auto max-content + column-gap: 15px padding: 16px @media screen and (max-width: 680px)