summaryrefslogtreecommitdiff
path: root/static/theme.css
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-28 23:08:36 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-28 23:08:47 +1000
commit9b159b32cb068280cab7df3217cef64a9dafc5b0 (patch)
tree5a2c23be39a6db36fe263fca347e3fd83ca53b45 /static/theme.css
parent592d811d5dc4fa58dadb367a7729caa64f2a3d96 (diff)
More minor UI tweaksv1.1.8
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 {