Skip to content
Snippets Groups Projects
Commit d3566ab3 authored by Jonas Mohr's avatar Jonas Mohr
Browse files

fixed hashtag style

parent 4904d4b5
No related merge requests found
......@@ -162,7 +162,7 @@
</div>
<div fxLayoutAlign="center center" style="margin-left: auto; font-weight: bold;">
<mat-icon svgIcon="comment_tag"
<mat-icon svgIcon="hashtag"
[ngClass]="{'animation-blink': searchMode}"
class="oldtypo-h2 comment_tag-icon"></mat-icon>
<p [ngClass]="{'animation-blink': searchMode}">{{searchMode ? filteredKeywords.length :
......
......@@ -28,5 +28,5 @@ mat-radio-group {
}
.comment_tag-icon {
height: 16px !important;
height: 18px !important;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment