UX: Share button margin consistency (#14376)

* UX: make share modal space consistent

* remove duplicate margin
This commit is contained in:
Kris 2021-09-20 12:21:13 -04:00 committed by GitHub
parent 78481832a4
commit a5f8996b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
.link-share-container {
display: flex;
button {
margin-left: 0.5em;
transition-property: background-color, color; // don't transition outline
}
input {
@ -69,7 +70,6 @@
input[type="text"] {
width: 100%;
margin-right: 0.5em;
}
.title {