From 6a00390e53315c893de17626a42ac2d261642e35 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 93bf3b7..25e8f96 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 { @@ -178,6 +179,7 @@ td.playing { /* flex-grow: 1; */ width: 20%; /* frickel? */ + border-right: 4px ridge #3a506b; } #playlist_tracklist {