From 42c2065ea3b2314012d4ef41104a5161bc051f23 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 19 Mar 2021 18:05:49 +0200 Subject: Fixed slight missalignment between button icons and actual value of votes in posts --- src/app/components/post/post.component.css | 5 +++++ src/app/components/post/post.component.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/components/post/post.component.css b/src/app/components/post/post.component.css index 52f3283..f263386 100644 --- a/src/app/components/post/post.component.css +++ b/src/app/components/post/post.component.css @@ -28,3 +28,8 @@ .post-details > * { margin-left: 1.1em; } + +.rating img { + height: 1.2em; + width: 1.2em; +} diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html index 7b8c1fa..d9ce657 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -46,7 +46,7 @@ -