Merge pull request #4667 from Flaburgan/fix-markdown-display
Fix markdown indication in the publisher when the user upload an image
This commit is contained in:
commit
7c9460d5b0
2 changed files with 10 additions and 3 deletions
|
|
@ -94,5 +94,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#publisher .mentions-autocomplete-list ul { width: 483px; }
|
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,10 @@
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mentions-autocomplete-list ul {
|
||||||
|
width: 483px;
|
||||||
|
}
|
||||||
|
|
||||||
.options_and_submit {
|
.options_and_submit {
|
||||||
min-height: 21px;
|
min-height: 21px;
|
||||||
|
|
@ -165,6 +169,11 @@
|
||||||
@include opacity(1);
|
@include opacity(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdownIndications {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
@include border-radius(2px);
|
@include border-radius(2px);
|
||||||
|
|
||||||
|
|
@ -195,7 +204,7 @@
|
||||||
#photodropzone {
|
#photodropzone {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 15px;
|
||||||
right: 35px;
|
right: 35px;
|
||||||
width: 430px;
|
width: 430px;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue