add feed auto update

This commit is contained in:
2019-02-25 21:20:40 +01:00
parent e4f89008cf
commit 0a6ff9dffd
4 changed files with 47 additions and 20 deletions

View File

@@ -240,6 +240,14 @@ $legend-color: #222;
clear: both;
padding: 0em 1em 0.5em;
}
&.headerless {
.header {
display: none;
}
.body {
padding-top: 0.5em;
}
}
&.picture {
background: $picture-bg;
color: $picture-color;
@@ -278,12 +286,12 @@ $legend-color: #222;
}
}
&.loading {
.body p {
padding-top: 0.5em;
.body {
text-align: center;
.fa {
font-size: 1.5em;
p {
display: inline-block;
font-size: 2em;
color: $post-color;
}
}