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 }}