From 0820909b7e159e051c6b895cfda8a60475e4d708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 18 Dec 2021 23:12:08 -0500 Subject: [frontend]: fix design in playlist --- youtube/static/search.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/youtube/static/search.css b/youtube/static/search.css index 95db90f..f3c8be2 100644 --- a/youtube/static/search.css +++ b/youtube/static/search.css @@ -297,6 +297,12 @@ hr { cursor: pointer; } +.item-video address { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + .item-video.channel-item .thumbnail.channel { display: flex; justify-content: center; -- cgit v1.2.3