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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user