diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-08 22:57:41 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-08 22:57:46 +0100 |
commit | 5c7a411c45f793b846734053b18511b6528f7d1c (patch) | |
tree | 4ad28cfe5bd32117671908c465004442cd0aa616 /client | |
parent | f332ffa2a2e9bd7d223c78b6123dbba272f21e84 (diff) | |
download | PeerTube-5c7a411c45f793b846734053b18511b6528f7d1c.tar.gz PeerTube-5c7a411c45f793b846734053b18511b6528f7d1c.tar.zst PeerTube-5c7a411c45f793b846734053b18511b6528f7d1c.zip |
Set a default background color for account avatar
fixes #2392
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/channel/avatar.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/channel/avatar.component.scss b/client/src/app/shared/channel/avatar.component.scss index b778c9eb0..6629a4327 100644 --- a/client/src/app/shared/channel/avatar.component.scss +++ b/client/src/app/shared/channel/avatar.component.scss | |||
@@ -28,5 +28,6 @@ | |||
28 | border: 2px solid var(--mainBackgroundColor); | 28 | border: 2px solid var(--mainBackgroundColor); |
29 | transform: translateX(15%); | 29 | transform: translateX(15%); |
30 | position: relative; | 30 | position: relative; |
31 | background-color: var(--mainBackgroundColor); | ||
31 | } | 32 | } |
32 | } | 33 | } |