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 {
|
.link-share-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
button {
|
button {
|
||||||
|
margin-left: 0.5em;
|
||||||
transition-property: background-color, color; // don't transition outline
|
transition-property: background-color, color; // don't transition outline
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
@ -69,7 +70,6 @@
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in New Issue