UX: Share button margin consistency (#14376)
* UX: make share modal space consistent * remove duplicate margin
This commit is contained in:
parent
78481832a4
commit
a5f8996b99
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue