From a190e66c233bf370062052e9b995402721a0eb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 28 Jul 2018 15:23:17 +0200 Subject: [PATCH] Fixed width-issue on mobile and color-issue of title on mobile --- server/public/assets/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 714552fb..a9528500 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -3386,6 +3386,10 @@ nav ul li:hover, nav ul li.active { margin-top:-6px; } + .main { + max-width: 99%; + } + #playlist { /*margin-left: 10px;*/ width: calc(100% - 10px); @@ -3397,6 +3401,10 @@ nav ul li:hover, nav ul li.active { margin-top: 7px; } + .search-container, .song-title { + background: inherit; + } + .row .col.s12 { width: 100% !important; }