mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
Merge pull request #1990 from snorremd/master
Display avatar left of comments by default
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
}
|
||||
|
||||
.commentAvatar {
|
||||
margin-top: 10px;
|
||||
max-width: 60px;
|
||||
}
|
||||
|
||||
|
||||
@@ -112,6 +112,11 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.talk-stream-comment {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
/* Comment styles */
|
||||
.comment {
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user