aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/comment/comment.component.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-02-24 18:56:32 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-02-24 18:56:32 +0200
commit301e3932b64172b3f9cf055287fdfdb4a89620af (patch)
treeff504329477476665be6d44a43c3171ba71d38ee /src/app/components/comment/comment.component.css
parent2b5b2f2449317b8aebd2d8962a930bf454d100fb (diff)
downloadDevHive-Angular-301e3932b64172b3f9cf055287fdfdb4a89620af.tar
DevHive-Angular-301e3932b64172b3f9cf055287fdfdb4a89620af.tar.gz
DevHive-Angular-301e3932b64172b3f9cf055287fdfdb4a89620af.zip
Improved semantics and simplified some HTML of comments and posts
Diffstat (limited to 'src/app/components/comment/comment.component.css')
-rw-r--r--src/app/components/comment/comment.component.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/app/components/comment/comment.component.css b/src/app/components/comment/comment.component.css
index d82f10e..419cbf8 100644
--- a/src/app/components/comment/comment.component.css
+++ b/src/app/components/comment/comment.component.css
@@ -1,5 +1,6 @@
.comment {
display: flex;
+ flex-direction: column;
width: 100%;
margin: .5em auto;
@@ -40,10 +41,6 @@
/* Content */
-.content {
- flex: 1;
-}
-
.message {
margin: .3em 0;
word-break: break-all;