summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/css/content.css b/css/content.css
index fcec3dba6..718f0c729 100644
--- a/css/content.css
+++ b/css/content.css
@@ -23,7 +23,8 @@
display: table-cell;
}
-#articles, #app-content-wrapper {
+#articles,
+#app-content-wrapper {
height: 100%;
}
@@ -64,18 +65,25 @@
display: none;
}
-#app-content:not(.explore):after {
+#app-content:not(.explore) #articles:after {
content: '';
display: block;
height: 100%;
+ background-repeat: no-repeat;
}
-#app-content-wrapper.autopaging:after {
+#app-content .autopaging: #articles:after {
content: '';
- background-image: url('../img/loading.gif') no-repeat;
+ background-image: url('../img/loading.gif');
background-position: calc(50% - 16px) calc(50% - 16px);
}
+#app-content .finished-auto-paging #articles:after {
+ background-image: url('../img/rss.svg');
+ background-size: 26px;
+ background-position: calc(50% - 13px) calc(50% - 13px);
+}
+
/**
*
*/