fix share link styles for mobile
This commit is contained in:
parent
a7ce8c6418
commit
eeb2e48f4f
|
@ -32,4 +32,20 @@
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin: 5px 0;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date {
|
||||||
|
float: right;
|
||||||
|
margin: 5px;
|
||||||
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=text] {
|
||||||
|
font-size: 16px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -636,21 +636,6 @@ iframe {
|
||||||
#share-link {
|
#share-link {
|
||||||
width: 365px;
|
width: 365px;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
|
|
||||||
h3 {
|
|
||||||
margin: 5px 0;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.date {
|
|
||||||
float: right;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text] {
|
|
||||||
font-size: 16px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-select {
|
.post-select {
|
||||||
|
|
|
@ -420,23 +420,8 @@ iframe {
|
||||||
|
|
||||||
|
|
||||||
#share-link {
|
#share-link {
|
||||||
width: 300px;
|
width: 290px;
|
||||||
margin-left: -4px;
|
margin-left: 20px;
|
||||||
|
|
||||||
h3 {
|
|
||||||
margin: 5px 0;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.date {
|
|
||||||
float: right;
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text] {
|
|
||||||
font-size: 16px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#selected-posts {
|
#selected-posts {
|
||||||
|
|
Loading…
Reference in New Issue