aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/search.css
diff options
context:
space:
mode:
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;