From d9308a6ba1068f99396e3b290eb5dddc7efc6126 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 17 Apr 2016 19:05:43 +0200 Subject: [PATCH] Fix refresh playlists --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index ebf77ef..ff36c6c 100644 --- a/public/style.css +++ b/public/style.css @@ -21,6 +21,10 @@ width: 16px; /* This doesn't work, just fix for unkown width elements */ } +#get-playlists { + float: right; +} + .pl_item { text-align: left; }