Removed float on emoji
-`remove comment` button will not make the text jump anymore.
This commit is contained in:
parent
923eb89c1d
commit
c701507b6c
|
@ -43,7 +43,9 @@
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
|
position:relative;
|
||||||
img {float: left; margin-right: 10px;}
|
img {float: left; margin-right: 10px;}
|
||||||
|
img.emoji {float:none;margin:0;}
|
||||||
.note-author cite{font-style: italic;}
|
.note-author cite{font-style: italic;}
|
||||||
p { color:$style_color; }
|
p { color:$style_color; }
|
||||||
.note-author { color: $style_color;}
|
.note-author { color: $style_color;}
|
||||||
|
@ -55,7 +57,9 @@
|
||||||
|
|
||||||
.delete-note {
|
.delete-note {
|
||||||
display:none;
|
display:none;
|
||||||
float:right;
|
position:absolute;
|
||||||
|
right:0;
|
||||||
|
top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue