We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe62ea commit 40778f5Copy full SHA for 40778f5
_includes/modulePost.html
@@ -108,4 +108,30 @@
108
109
// Ambil data awal
110
fetchPosts();
111
-</script>
+</script>
112
+<style type="text/css">
113
+ .flex_center {
114
+ display: flex;
115
+ flex-wrap: wrap;
116
+ align-items: center;
117
+ justify-content: center;
118
+ height: 100%;
119
+ }
120
+ .loading-spinner {
121
+ position: fixed;
122
+ top: 50%;
123
+ left: 50%;
124
+ transform: translate(-50%, -50%);
125
+ z-index: 1000;
126
127
128
129
130
+ .pagination-controls {
131
132
+ align-item: center;
133
+ justify-content: space-between;
134
+ margin-top: 20px;
135
+ padding: 0 20px;
136
137
+</style>
0 commit comments