style(share-dialog): give share button breathing room

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.
This commit is contained in:
abnvle
2026-05-05 21:57:15 +02:00
parent 3bc5c0873b
commit 8527765bf2
+7 -1
View File
@@ -174,7 +174,13 @@
} }
.share-options { .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, .share-options h3,