Commit 5c4ce881 authored by Randall Leeds's avatar Randall Leeds

Fix layout of share links

parent ded2db61
...@@ -690,18 +690,22 @@ blockquote { ...@@ -690,18 +690,22 @@ blockquote {
} }
.share-dialog { .share-dialog {
display: none; display: none;
position: relative;
input { a {
margin-bottom: 4px; float: left;
margin-left: 1.5em; line-height: 1.4;
width: 100%; margin-right: .5em;
vertical-align: middle;
} }
.launch-icon { div {
position: absolute; overflow: hidden;
top: .33em; }
input {
padding: 0;
width: 100%;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment