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