summaryrefslogtreecommitdiff
path: root/static/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/theme.css')
-rw-r--r--static/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/theme.css b/static/theme.css
index 60b5479..bb32c80 100644
--- a/static/theme.css
+++ b/static/theme.css
@@ -134,7 +134,12 @@ main {
}
#playlist > a > div > h1 {
- white-space: normal;
+ white-space: normal;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
}
#playlist > a > div > h2 {