From 8527765bf2f6ea6caf5c9cee2ba5deafc3f4f590 Mon Sep 17 00:00:00 2001 From: abnvle Date: Tue, 5 May 2026 21:57:15 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFstyle(share-dialog):=20give=20share=20?= =?UTF-8?q?button=20breathing=20room?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Share button moved into .share-options in bdb5a6c sat flush against the section bottom border. Adds 20px bottom padding plus margin-top:16px and margin-left:auto on the button so it aligns right with the Close button below. --- static/css/components/dialogs.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/components/dialogs.css b/static/css/components/dialogs.css index 8790a190..284b2724 100644 --- a/static/css/components/dialogs.css +++ b/static/css/components/dialogs.css @@ -174,7 +174,13 @@ } .share-options { - padding: 20px 24px 0; + padding: 20px 24px 20px; +} + +.share-options > #share-confirm-btn { + display: block; + margin-left: auto; + margin-top: 16px; } .share-options h3,