diff options
Diffstat (limited to 'client/src/app/shared/channel')
-rw-r--r-- | client/src/app/shared/channel/avatar.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/channel/avatar.component.scss b/client/src/app/shared/channel/avatar.component.scss index 77b90c579..4bf8fcd21 100644 --- a/client/src/app/shared/channel/avatar.component.scss +++ b/client/src/app/shared/channel/avatar.component.scss | |||
@@ -30,9 +30,9 @@ | |||
30 | a:nth-of-type(2) img { | 30 | a:nth-of-type(2) img { |
31 | height: 60%; | 31 | height: 60%; |
32 | width: 60%; | 32 | width: 60%; |
33 | border: 2px solid var(--mainBackgroundColor); | 33 | border: 2px solid pvar(--mainBackgroundColor); |
34 | transform: translateX(15%); | 34 | transform: translateX(15%); |
35 | position: relative; | 35 | position: relative; |
36 | background-color: var(--mainBackgroundColor); | 36 | background-color: pvar(--mainBackgroundColor); |
37 | } | 37 | } |
38 | } | 38 | } |