This commit is contained in:
Doug Hoyte
2024-12-17 20:56:15 -05:00
parent d37f886f62
commit 90f0c5f403
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -16,7 +16,7 @@
<span>
<a href="/" class="sitename"><span class="oddbean-name">Oddbean</span></a>
<> ?(ctx.feedReader)
/ <a href="/f/$(ctx.feedReader->feedName)/info" class="feedname">$(ctx.feedReader->feedName)</a>
<a href="/f/$(ctx.feedReader->feedName)/info" class="feedname">$(ctx.feedReader->feedName)</a>
</>
</span>