From 89288424df6a4c349ec915554f0a7044ece30341 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 23 Feb 2026 18:41:30 -0300 Subject: [PATCH] fix .channel-profile > .channel-name child --- assets/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index c335072b5..556a770e7 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -416,7 +416,7 @@ input[type="search"]::-webkit-search-cancel-button { p.channel-name { margin: 0; overflow-wrap: anywhere;} p.video-data { margin: 0; font-weight: bold; font-size: 80%; } -.channel-profile > .channel-name, +.channel-profile > .channel-info > .channel-name, .channel-profile > .channel-info > .channel-metadata > .channel-metadata-item { overflow-wrap: anywhere; @@ -908,4 +908,4 @@ h1, h2, h3, h4, h5, p, padding-left: 10px; display: inline-block; vertical-align: top; -} \ No newline at end of file +}