aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
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/app/+video-channels/video-channels.component.scss
parent252e16e158d7a1e192126802d0ec32208f8f80be (diff)
downloadPeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.tar.gz
PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.tar.zst
PeerTube-4428ad543e0c717eb7edb27003b9d9a52c616d5d.zip
Fix avatar responsive
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.scss')
-rw-r--r--client/src/app/+video-channels/video-channels.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss
index 004ad7998..c00dacae5 100644
--- a/client/src/app/+video-channels/video-channels.component.scss
+++ b/client/src/app/+video-channels/video-channels.component.scss
@@ -124,6 +124,10 @@
124 font-size: var(--myGreyOwnerFontSize); 124 font-size: var(--myGreyOwnerFontSize);
125 color: pvar(--greyForegroundColor); 125 color: pvar(--greyForegroundColor);
126 } 126 }
127
128 .account-avatar {
129 @include actor-avatar-size(48px);
130 }
127 } 131 }
128 132
129 .owner-description { 133 .owner-description {