From 225f275a96ba1e01aede58001188b64d85e7fac5 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 20 Jun 2020 02:29:55 +1200 Subject: [PATCH] Adjust channel name font size --- .../watch-video-info/watch-video-info.sass | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 9c7d8780..6f3bc553 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.sass +++ b/src/renderer/components/watch-video-info/watch-video-info.sass @@ -8,30 +8,29 @@ .videoTitle font-size: 22px - margin: 0 0 20px + margin: 0 0 24px .channelInformation .profileRow display: flex - align-items: center .channelThumbnail border-radius: 50% - margin-right: 8px - position: relative - top: -4px + margin-right: 10px cursor: pointer + width: 56px .channelName margin-left: 6px - font-size: 18px cursor: pointer + position: relative + top: -2px .subscribeButton - margin-top: 8px + margin-top: 6px margin-left: 6px padding: 6px - font-size: 16px + font-size: 14px .viewCount, .datePublished color: var(--secondary-text-color) @@ -51,7 +50,7 @@ margin-top: 16px .likeSection - margin-top: 16px + margin-top: 12px font-size: 12px color: var(--tertiary-text-color) display: flex