From 9b159b32cb068280cab7df3217cef64a9dafc5b0 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 28 Mar 2020 23:08:36 +1000 Subject: More minor UI tweaks --- static/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static/theme.css') 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 { -- cgit v1.2.3