diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-18 23:12:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-18 23:12:08 -0500 |
commit | 0820909b7e159e051c6b895cfda8a60475e4d708 (patch) | |
tree | 3be097546ef5feb315de8b5ef4168674fe42a252 /youtube/static | |
parent | 519b7e64e7e793e3c28845169de0cafe96ba2f9c (diff) | |
download | yt-local-0820909b7e159e051c6b895cfda8a60475e4d708.tar.lz yt-local-0820909b7e159e051c6b895cfda8a60475e4d708.tar.xz yt-local-0820909b7e159e051c6b895cfda8a60475e4d708.zip |
[frontend]: fix design in playlist
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/search.css | 6 |
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; |