aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app/components/post/post.component.css5
-rw-r--r--src/app/components/post/post.component.html2
2 files changed, 6 insertions, 1 deletions
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 @@
</button>
</section>
</main>
- <aside class="flex-col flex-center-align-items">
+ <aside class="rating flex-col flex-center-align-items">
<button class="flex-col lighter-hover border-radius-small click-effect" (click)="votePost(true)">
<img src="/assets/icons/tabler-icon-chevron-up.svg">
</button>