From 56d9d9aa4748b0941664ad46308045475fcf6bce Mon Sep 17 00:00:00 2001 From: "death.au" Date: Thu, 9 May 2024 11:08:28 +0000 Subject: [PATCH] status link style updates --- weblog/B0. Template/styles.css.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md index c41524b..ddd3714 100644 --- a/weblog/B0. Template/styles.css.md +++ b/weblog/B0. Template/styles.css.md @@ -90,6 +90,10 @@ article, main.page { margin-left: .75em; } +.post-info>a { + margin-left: 1em; +} + article p { width: 100%; } @@ -148,7 +152,7 @@ iframe { font-stye: normal; } -[data-emoji='{emoji}'] { +[data-emoji='{emoji}'], [href='{status_url}'], [href='{external_url'}] { display:none; }