commit 76aa8649b5a6c41a925bb25057ea0177716e435a
parent 5a1b3d8c27d5fd4b0160963cf2fbdfcdfd1f1ffc
Author: default <nobody@localhost>
Date: Thu, 1 Jun 2023 10:11:09 +0200
Fixed another CSS typo.
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/style.css b/doc/style.css
@@ -7,7 +7,7 @@ img { max-width: 100% }
.snac-top-user-id { font-size: 150% }
.snac-avatar { float: left; height: 2.5em; padding: 0.25em }
.snac-author { font-size: 90%; text-decoration: none }
-.snac-author-tag { font-size: 90% }
+.snac-author-tag { font-size: 80% }
.snac-pubdate { color: #a0a0a0; font-size: 90% }
.snac-top-controls { padding-bottom: 1.5em }
.snac-post { border-top: 1px solid #a0a0a0; }
@@ -15,7 +15,9 @@ img { max-width: 100% }
.snac-textarea { font-family: inherit; width: 95% }
.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
.snac-btn-mute { float: right; margin-left: 0.5em }
+.snac-btn-unmute { float: right; margin-left: 0.5em }
.snac-btn-follow { float: right; margin-left: 0.5em }
.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-footer { margin-top: 2em; font-size: 75% }
diff --git a/utils.c b/utils.c
@@ -39,7 +39,7 @@ const char *default_css =
".snac-top-user-id { font-size: 150% }\n"
".snac-avatar { float: left; height: 2.5em; padding: 0.25em }\n"
".snac-author { font-size: 90%; text-decoration: none }\n"
- ".snac-author-tag { font-size: 90% }\n"
+ ".snac-author-tag { font-size: 80% }\n"
".snac-pubdate { color: #a0a0a0; font-size: 90% }\n"
".snac-top-controls { padding-bottom: 1.5em }\n"
".snac-post { border-top: 1px solid #a0a0a0; }\n"