Fix message drill-down icon position

This commit is contained in:
2020-05-10 18:40:27 +02:00
parent 35045f07a0
commit aa9ceb151f
3 changed files with 6 additions and 5 deletions

View File

@@ -216,7 +216,7 @@ $legend-color: $post-color;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
i { i {
transition: all 0.3s; transition: color 0.3s;
cursor: pointer; cursor: pointer;
} }
} }
@@ -407,7 +407,7 @@ $legend-color: $post-color;
transform: translate(-16px, -32px); transform: translate(-16px, -32px);
.fa-message-in { .fa-message-in {
top: 0; top: -1px;
left: -1px; left: -1px;
} }
} }
@@ -415,7 +415,8 @@ $legend-color: $post-color;
&:hover { &:hover {
.fa-message { .fa-message {
@extend .#{$fa-css-prefix}-drill-message; @extend .#{$fa-css-prefix}-drill-message;
top: 16px; top: 13px;
left: 3px;
} }
.fa-message-in { .fa-message-in {
display: none; display: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long