From a53798b6c4268a883859849dd716947ce8b8b5c5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 17 Apr 2016 15:39:39 +0200 Subject: [PATCH] Left-align playlists --- public/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.html b/public/index.html index 1be1139..afe310e 100644 --- a/public/index.html +++ b/public/index.html @@ -47,6 +47,10 @@ .has-spinner.btn-large.loading .spinner { width: 19px; } + + .pl_item { + text-align: left; + }