mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix share link styles for mobile
This commit is contained in:
parent
a7ce8c6418
commit
eeb2e48f4f
3 changed files with 18 additions and 32 deletions
|
@ -32,4 +32,20 @@
|
|||
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 {
|
||||
width: 365px;
|
||||
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 {
|
||||
|
|
|
@ -420,23 +420,8 @@ iframe {
|
|||
|
||||
|
||||
#share-link {
|
||||
width: 300px;
|
||||
margin-left: -4px;
|
||||
|
||||
h3 {
|
||||
margin: 5px 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.date {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font-size: 16px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
width: 290px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#selected-posts {
|
||||
|
|
Loading…
Reference in a new issue