From a8c498679dcb258f1d5f1d2339de0084b073ddf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 9 Apr 2025 09:14:12 +0400 Subject: [PATCH] fix line-height channel name --- css/styles.css | 2 +- css/video-page.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 261c0af..05d1b5e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -448,7 +448,7 @@ img { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - line-height: 1; + line-height: 1.4; display: flex; align-items: center; } diff --git a/css/video-page.css b/css/video-page.css index abb0416..0389dfb 100644 --- a/css/video-page.css +++ b/css/video-page.css @@ -186,6 +186,7 @@ font-size: 1rem; font-weight: 600; margin: 0; + line-height: 1.4; } .subscribe-button { @@ -446,7 +447,7 @@ text-overflow: ellipsis; font-size: 0.75rem; font-weight: normal; - line-height: 1; + line-height: 1.4; display: flex; align-items: center; }