De-overload the .item-title class
This commit is contained in:
parent
d4c93265a2
commit
fd7d9b00b3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{{ define "content" -}}
|
{{ define "content" -}}
|
||||||
<article class="center">
|
<article class="center">
|
||||||
<span class="item-title">
|
<span class="feed-controls">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
[<a href="?inactive=0">Active</a> | <a href="?inactive=1">All</a>]
|
[<a href="?inactive=0">Active</a> | <a href="?inactive=1">All</a>]
|
||||||
</span>
|
</span>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<article class="center">
|
<article class="center">
|
||||||
<span class="item-title">Feed is empty</span>
|
<span class="feed-controls">Feed is empty</span>
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{/* end if .Items */}}
|
{{/* end if .Items */}}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{{ define "content" -}}
|
{{ define "content" -}}
|
||||||
<article>
|
<article>
|
||||||
<details open>
|
<details open>
|
||||||
<summary><span class="item-title">Channels</span></summary>
|
<summary><span class="feed-controls">Channels</span></summary>
|
||||||
{{ if .Channels }}
|
{{ if .Channels }}
|
||||||
{{ range .Channels }}
|
{{ range .Channels }}
|
||||||
<p><a href="/channel/{{ .Name }}">
|
<p><a href="/channel/{{ .Name }}">
|
||||||
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<article>
|
<article>
|
||||||
<details>
|
<details>
|
||||||
<summary><span class="item-title">Sources</span></summary>
|
<summary><span class="feed-controls">Sources</span></summary>
|
||||||
{{ if .Sources }}
|
{{ if .Sources }}
|
||||||
<table class="intake-sources">
|
<table class="intake-sources">
|
||||||
{{ range .Sources }}
|
{{ range .Sources }}
|
||||||
|
@ -10,6 +10,9 @@ article {
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
}
|
}
|
||||||
|
.feed-controls {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
.item-title {
|
.item-title {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user