diff options
author | default <nobody@localhost> | 2023-08-13 15:46:59 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-13 15:46:59 +0200 |
commit | 31048215f66392ba5fb49c2fc14e70a99f3cbfcc (patch) | |
tree | 08b0358e9b19e5a62c303a08ca06c807eaae02e4 /doc | |
parent | 25a8355be31814bf4d2b5470e599d8889254f2be (diff) |
Added default CSS for Limit and Unlimit buttons.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 822860e..24be520 100644 --- a/doc/style.css +++ b/doc/style.css @@ -21,5 +21,7 @@ pre { overflow-x: scroll; } .snac-btn-unfollow { float: right; margin-left: 0.5em } .snac-btn-hide { float: right; margin-left: 0.5em } .snac-btn-delete { float: right; margin-left: 0.5em } +.snac-btn-limit { float: right; margin-left: 0.5em } +.snac-btn-unlimit { float: right; margin-left: 0.5em } .snac-footer { margin-top: 2em; font-size: 75% } .snac-poll-result { margin-left: auto; margin-right: auto; } |