diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-02 13:46:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-02 13:46:09 +0200 |
commit | 4428ad543e0c717eb7edb27003b9d9a52c616d5d (patch) | |
tree | 950f225b265b9a523509afc5e9961fb5c07523e1 /client/src/sass/include | |
parent | 252e16e158d7a1e192126802d0ec32208f8f80be (diff) | |
download | PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.tar.gz PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.tar.zst PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.zip |
Fix avatar responsive
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_account-channel-page.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/include/_account-channel-page.scss b/client/src/sass/include/_account-channel-page.scss index 06384b98d..f05b8169e 100644 --- a/client/src/sass/include/_account-channel-page.scss +++ b/client/src/sass/include/_account-channel-page.scss | |||
@@ -70,6 +70,10 @@ | |||
70 | color: pvar(--mainColor); | 70 | color: pvar(--mainColor); |
71 | } | 71 | } |
72 | 72 | ||
73 | .main-avatar { | ||
74 | @include actor-avatar-size(120px); | ||
75 | } | ||
76 | |||
73 | @media screen and (max-width: $mobile-view) { | 77 | @media screen and (max-width: $mobile-view) { |
74 | margin-bottom: 15px; | 78 | margin-bottom: 15px; |
75 | 79 | ||