From 90f0c5f403bcd2c0f14a3a51814fc48e3621b31f Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Tue, 17 Dec 2024 20:56:15 -0500 Subject: [PATCH] np --- src/apps/web/static/oddbean.css | 8 ++++++-- src/apps/web/tmpls/main.tmpl | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/apps/web/static/oddbean.css b/src/apps/web/static/oddbean.css index 4ff00f9..257a552 100644 --- a/src/apps/web/static/oddbean.css +++ b/src/apps/web/static/oddbean.css @@ -83,6 +83,10 @@ h2 { .about { margin-left: 20px; } + + .feedname { + margin-left: 3px; + } } .login { @@ -293,14 +297,14 @@ table.vert { background-color: #dfdfdf; font-family: monospace; font-size: 90%; - display: inline; padding: 5px; + overflow-x: auto; } .feed-description { padding-left: 20px; border-left: 2px solid blue; - white-space: pre; + white-space: pre-wrap; } } diff --git a/src/apps/web/tmpls/main.tmpl b/src/apps/web/tmpls/main.tmpl index 44defaf..e1d0fe3 100644 --- a/src/apps/web/tmpls/main.tmpl +++ b/src/apps/web/tmpls/main.tmpl @@ -16,7 +16,7 @@ Oddbean <> ?(ctx.feedReader) - / $(ctx.feedReader->feedName) + $(ctx.feedReader->feedName)