aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/themes/Alternative-Dark/template.css16
-rw-r--r--p/themes/Alternative-Dark/template.rtl.css16
-rw-r--r--p/themes/base-theme/template.css16
-rw-r--r--p/themes/base-theme/template.rtl.css16
4 files changed, 60 insertions, 4 deletions
diff --git a/p/themes/Alternative-Dark/template.css b/p/themes/Alternative-Dark/template.css
index 0ec76ea2d..39d7449dd 100644
--- a/p/themes/Alternative-Dark/template.css
+++ b/p/themes/Alternative-Dark/template.css
@@ -868,7 +868,21 @@ br {
display: block;
}
-/*=== "Load more" part */
+/*=== "Load" parts */
+#stream {
+ position: relative;
+ z-index: 5;
+}
+
+/* Only matches while waiting for div#stream to be received */
+#first_load:nth-last-of-type(2) {
+ margin: -40px auto 0 auto;
+ height: 40px;
+ position: relative;
+ top: 250px;
+ z-index: 2;
+}
+
#load_more {
min-height: 40px;
}
diff --git a/p/themes/Alternative-Dark/template.rtl.css b/p/themes/Alternative-Dark/template.rtl.css
index a8e979273..9694a7f78 100644
--- a/p/themes/Alternative-Dark/template.rtl.css
+++ b/p/themes/Alternative-Dark/template.rtl.css
@@ -868,7 +868,21 @@ br {
display: block;
}
-/*=== "Load more" part */
+/*=== "Load" parts */
+#stream {
+ position: relative;
+ z-index: 5;
+}
+
+/* Only matches while waiting for div#stream to be received */
+#first_load:nth-last-of-type(2) {
+ margin: -40px auto 0 auto;
+ height: 40px;
+ position: relative;
+ top: 250px;
+ z-index: 2;
+}
+
#load_more {
min-height: 40px;
}
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index ed10c9c7d..8c7e77697 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -868,7 +868,21 @@ br {
display: block;
}
-/*=== "Load more" part */
+/*=== "Load" parts */
+#stream {
+ position: relative;
+ z-index: 5;
+}
+
+/* Only matches while waiting for div#stream to be received */
+#first_load:nth-last-of-type(2) {
+ margin: -40px auto 0 auto;
+ height: 40px;
+ position: relative;
+ top: 250px;
+ z-index: 2;
+}
+
#load_more {
min-height: 40px;
}
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 39942449c..1ea778bee 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -868,7 +868,21 @@ br {
display: block;
}
-/*=== "Load more" part */
+/*=== "Load" parts */
+#stream {
+ position: relative;
+ z-index: 5;
+}
+
+/* Only matches while waiting for div#stream to be received */
+#first_load:nth-last-of-type(2) {
+ margin: -40px auto 0 auto;
+ height: 40px;
+ position: relative;
+ top: 250px;
+ z-index: 2;
+}
+
#load_more {
min-height: 40px;
}