diff options
Diffstat (limited to 'youtube')
-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; |