mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
np
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user