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)