From 4e5e53d25724ab5908f0aef00562ec7ffb17fe12 Mon Sep 17 00:00:00 2001 From: coon Date: Thu, 30 Nov 2023 22:33:49 +0100 Subject: [PATCH] static: add shiny borders to bottom controls --- static/flexbox/sanic.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index dfc32f2..79fb798 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -165,6 +165,7 @@ td.playing { display: flex; flex-direction: column; flex-grow: 1; + border-bottom: 4px ridge #3a506b; } #controls_bottom { @@ -177,6 +178,7 @@ td.playing { background-color: #171812;; /* flex-grow: 1; */ width: 20%; /* frickel? */ + border-right: 4px ridge #3a506b; } #playlist_tracklist {