From c921379e7f2870882867c1aea68107bb74cc289c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 20 Apr 2016 15:50:04 +0200 Subject: [PATCH] Prettier width --- static/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index a05c7146..b5ee0b74 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -663,9 +663,17 @@ hide mdi-action-visibility mdi-action-visibility-off color:white !important; } +.playlist-tabs-loggedIn{ + width:calc(100% - 7px) !important; +} + +.playlist-tabs{ + width: calc(100% - 8px) !important; +} + .playlist-tabs, .playlist-tabs-loggedIn{ background-color:rgba(0,0,0,0) !important; - width: calc(96% - -2px) !important; + margin:0; border-bottom: 1px solid white; }