From cabef9ffe2bd311aba48b7004a67bc5a2049a3bf Mon Sep 17 00:00:00 2001 From: dsc Date: Sun, 3 Sep 2023 21:28:24 +0300 Subject: [PATCH] reformat the request table a bit --- ircradio/static/index.css | 4 ++++ ircradio/templates/request.html | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ircradio/static/index.css b/ircradio/static/index.css index 687f66a..6681a56 100644 --- a/ircradio/static/index.css +++ b/ircradio/static/index.css @@ -12,6 +12,10 @@ button[data-playing="true"] { color: white; } color: #5586b7; border-color: #527ca8; } +.bootstrap-table .search { + float: none !important; + width: 100% !important; +} .card-header {padding: .5rem 1rem;} .card-header .font-weight-normal {font-size: 1.2rem;} .card-img-top { diff --git a/ircradio/templates/request.html b/ircradio/templates/request.html index 5aea50d..8585dc1 100644 --- a/ircradio/templates/request.html +++ b/ircradio/templates/request.html @@ -37,11 +37,11 @@ data-url="{{url_for('api_songs')}}"> - - Name - User - Karma + Name + Karma + User +