diff options
Diffstat (limited to 'client/src/app/shared/channel')
-rw-r--r-- | client/src/app/shared/channel/avatar.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/channel/avatar.component.scss b/client/src/app/shared/channel/avatar.component.scss index 4bf8fcd21..37709fce6 100644 --- a/client/src/app/shared/channel/avatar.component.scss +++ b/client/src/app/shared/channel/avatar.component.scss | |||
@@ -7,10 +7,12 @@ | |||
7 | height: $avatar-size; | 7 | height: $avatar-size; |
8 | position: relative; | 8 | position: relative; |
9 | margin-right: 5px; | 9 | margin-right: 5px; |
10 | margin-bottom: 5px; | ||
10 | 11 | ||
11 | &.avatar-sm { | 12 | &.avatar-sm { |
12 | width: 28px; | 13 | width: 28px; |
13 | height: 28px; | 14 | height: 28px; |
15 | margin-bottom: 3px; | ||
14 | } | 16 | } |
15 | 17 | ||
16 | a { | 18 | a { |