diff --git a/static/style.css b/static/style.css index ca9b900..a2e24bc 100644 --- a/static/style.css +++ b/static/style.css @@ -53,6 +53,17 @@ ul.queue li.playing { background-color: #334; } +.queue .metadata { + flex: 1; +} +.queue .song__name { + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 2; /* number of lines to show */ + line-clamp: 2; + -webkit-box-orient: vertical; +} + ul.breadcrumb { display: flex; margin-bottom: 1rem;