aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-02 13:46:09 +0200
committerChocobozzz <me@florianbigard.com>2022-05-02 13:46:09 +0200
commit4428ad543e0c717eb7edb27003b9d9a52c616d5d (patch)
tree950f225b265b9a523509afc5e9961fb5c07523e1 /client/src/sass
parent252e16e158d7a1e192126802d0ec32208f8f80be (diff)
downloadPeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.tar.gz
PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.tar.zst
PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.zip
Fix avatar responsive
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/include/_account-channel-page.scss4
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