From fb0814babd834438dea0c4faf561fbc3f9947a17 Mon Sep 17 00:00:00 2001 From: ayaka Date: Thu, 6 Jun 2024 04:43:43 +1200 Subject: [PATCH] change alignment fix --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 3254dbb..fdfc832 100644 --- a/static/style.css +++ b/static/style.css @@ -1440,7 +1440,7 @@ summary.comment_data { box-shadow: var(--shadow); margin-left: 20px; background: var(--foreground); - text-align: right; + width: 30%; } aside.prefs {