summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGabriel Rodríguez Alberich2022-12-17 01:06:29 +0100
committerGitHub2022-12-16 17:06:29 -0700
commitfb2eea956ef7416eb755ebecf58db7f9a57215c4 (patch)
tree0ca587705b99d7caab12bdb3557874c8c41e8356 /static
parent45c6978bc397691b22db0360b16b19979eac7dce (diff)
downloadtakahe-fb2eea956ef7416eb755ebecf58db7f9a57215c4.tar.gz
takahe-fb2eea956ef7416eb755ebecf58db7f9a57215c4.tar.bz2
takahe-fb2eea956ef7416eb755ebecf58db7f9a57215c4.zip
Several pagination improvements (#170)
Home/Notification gets pagination, Follows becomes ListView
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 4160d26..05e3812 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1089,6 +1089,12 @@ table.metadata td .emoji {
margin-right: 4px;
}
+.pagination {
+ display: flex;
+ justify-content: center;
+ gap: 1em;
+}
+
.load-more {
margin: 10px 0;
text-align: center;