diff options
author | Gabriel RodrÃguez Alberich | 2022-12-17 01:06:29 +0100 |
---|---|---|
committer | GitHub | 2022-12-16 17:06:29 -0700 |
commit | fb2eea956ef7416eb755ebecf58db7f9a57215c4 (patch) | |
tree | 0ca587705b99d7caab12bdb3557874c8c41e8356 /static/css | |
parent | 45c6978bc397691b22db0360b16b19979eac7dce (diff) | |
download | takahe-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/css')
-rw-r--r-- | static/css/style.css | 6 |
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; |