diff options
author | r <r@freesoftwareextremist.com> | 2022-01-27 11:50:54 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2022-01-27 11:50:54 +0000 |
commit | 0b004efffab6775223c7921b099bd50b6e060f3b (patch) | |
tree | 5cbd14c1469179f7b2fc48677b417ec3ec7fadef /static | |
parent | 03a1cd819a7eb5bc0207f750aafe8b239f310af3 (diff) | |
download | bloat-0b004efffab6775223c7921b099bd50b6e060f3b.tar.gz bloat-0b004efffab6775223c7921b099bd50b6e060f3b.zip |
Add refresh button on timeline page
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css index 96c842f..4e2a196 100644 --- a/static/style.css +++ b/static/style.css @@ -517,16 +517,16 @@ img.emoji { margin-top: 6px; } -.notification-title-container { +.page-title-container { margin: 8px 0; } -.notification-text { - vertical-align: middle; +.page-refresh { + margin-right: 8px; } -.notification-refresh { - margin-right: 8px; +.notification-text { + vertical-align: middle; } .notification-read { |