aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/search.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-18 23:12:08 -0500
committerJesús <heckyel@hyperbola.info>2021-12-18 23:12:08 -0500
commit0820909b7e159e051c6b895cfda8a60475e4d708 (patch)
tree3be097546ef5feb315de8b5ef4168674fe42a252 /youtube/static/search.css
parent519b7e64e7e793e3c28845169de0cafe96ba2f9c (diff)
downloadyt-local-0820909b7e159e051c6b895cfda8a60475e4d708.tar.lz
yt-local-0820909b7e159e051c6b895cfda8a60475e4d708.tar.xz
yt-local-0820909b7e159e051c6b895cfda8a60475e4d708.zip
[frontend]: fix design in playlist
Diffstat (limited to 'youtube/static/search.css')
-rw-r--r--youtube/static/search.css6
1 files changed, 6 insertions, 0 deletions
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;