Skip to content

Commit

Permalink
np
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Dec 18, 2024
1 parent 8b6f076 commit 39d1140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/apps/web/static/oddbean.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ h2 {
.about {
margin-left: 20px;
}

.feedname {
margin-left: 3px;
}
}

.login {
Expand Down Expand Up @@ -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;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/apps/web/tmpls/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 39d1140

Please sign in to comment.