diff options
author | Andrew Godwin | 2022-12-05 19:54:47 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-05 19:54:47 -0700 |
commit | e2d28a4be08ccc629def8c85327b657b0bf36f90 (patch) | |
tree | 4929ed303b0545fc5b5848f23dee74dbbbcad1f8 /static/css | |
parent | f22869693a04080c3953a904ffa99e9b317d1736 (diff) | |
download | takahe-e2d28a4be08ccc629def8c85327b657b0bf36f90.tar.gz takahe-e2d28a4be08ccc629def8c85327b657b0bf36f90.tar.bz2 takahe-e2d28a4be08ccc629def8c85327b657b0bf36f90.zip |
Add pagination and search to federation page
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 7b62b5b..e29126b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -428,6 +428,11 @@ form.follow button { margin: 0; } +form.search { + display: flex; + margin: 0 0 20px 0; +} + form h1 { margin: 0 0 10px 0; } |