Jelajahi Sumber

Fix older posts button positioning after loading posts.

This fixes one of the issues reported in #2179

There is currently another issue after clicking the "Older Posts"
button, which causes the posts to overlap each other. This will be fixed
in another PR.
Ernesto Méndez 5 tahun lalu
induk
melakukan
9b1ec7cf1c
1 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 7 1
      altofocus/style.css

+ 7 - 1
altofocus/style.css

@@ -3189,10 +3189,16 @@ body {
   clear: both;
   display: block;
   padding: 1.75em 10%;
-  position: absolute;
   text-align: center;
   width: 100%;
   z-index: 1;
+  position: relative;
+  float: left;
+  top: 100%;
+}
+
+.infinity-success #infinite-handle {
+	top: auto !important;
 }
 
 #infinite-handle span {