From 64d8e014b3f46d43186d9e71eb3072bfad98bb3f Mon Sep 17 00:00:00 2001 From: brian-doherty <76168809+brian-doherty@users.noreply.github.com> Date: Sun, 15 May 2022 09:08:17 -0500 Subject: [PATCH] fixed rendering of podcast section on admin/home for both desktop and mobile --- server/assets/pages/home.tmpl | 8 ++++---- server/assets/static/main.css | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/server/assets/pages/home.tmpl b/server/assets/pages/home.tmpl index da2484c..6293760 100644 --- a/server/assets/pages/home.tmpl +++ b/server/assets/pages/home.tmpl @@ -177,15 +177,15 @@

you can add podcasts rss feeds here

-
+
{{ range $pref := .Podcasts }} - - + - + diff --git a/server/assets/static/main.css b/server/assets/static/main.css index 280de6f..c335d92 100644 --- a/server/assets/static/main.css +++ b/server/assets/static/main.css @@ -57,6 +57,10 @@ input[type="password"] { width: 100%; } +input[type="submit"] { + width: fit-content; +} + form.block { max-width: var(--width-form); margin-left: auto; @@ -155,6 +159,10 @@ a:hover { color: #444; } +.text-full { + width: 100%; +} + .block-right > * { margin-left: auto; }
{{ $pref.Title }}{{ $pref.Title }}