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 +++++ 1 file changed, 5 insertions(+) (limited to 'src/app/components/post/post.component.css') 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; +} -- cgit v1.2.3