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 {
|
.about {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feedname {
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login {
|
.login {
|
||||||
@ -293,14 +297,14 @@ table.vert {
|
|||||||
background-color: #dfdfdf;
|
background-color: #dfdfdf;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
display: inline;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feed-description {
|
.feed-description {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
border-left: 2px solid blue;
|
border-left: 2px solid blue;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<span>
|
<span>
|
||||||
<a href="/" class="sitename"><span class="oddbean-name">Oddbean</span></a>
|
<a href="/" class="sitename"><span class="oddbean-name">Oddbean</span></a>
|
||||||
<> ?(ctx.feedReader)
|
<> ?(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>
|
</span>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user