From 84017f1f1df44572e60bc6c569a2877ae999b9fa Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 8 Nov 2025 19:27:17 -0700 Subject: [PATCH] fix(ui): align Add all button to right side Implements: 73ce387 Assisted-by: Claude Sonnet 4.5 via Crush --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index f60c08453dfa6d64d8aba05e17a397a26a1e3cc8..7c6128283d212efbcc0cfc9aa438060f7e8063c7 100644 --- a/static/style.css +++ b/static/style.css @@ -290,6 +290,9 @@ textarea::placeholder { } .bulk-section { + display: flex; + flex-direction: column; + align-items: flex-end; margin-bottom: 2rem; }