diff --git a/src/components/calls/group/GroupCallTopPane.scss b/src/components/calls/group/GroupCallTopPane.scss index 974b4533c..00d57c1ca 100644 --- a/src/components/calls/group/GroupCallTopPane.scss +++ b/src/components/calls/group/GroupCallTopPane.scss @@ -35,7 +35,7 @@ .info { display: flex; flex-direction: column; - line-height: 1.125rem; + line-height: 1rem; .title { font-size: 0.875rem; @@ -48,17 +48,11 @@ } } - .avatars .Avatar { - width: 2.25rem !important; - height: 2.25rem !important; - margin-inline-end: unset !important; - } - .join { - height: 1.5rem; - border-radius: 1.5rem; + height: 1.875rem; + border-radius: 1rem; font-weight: 500; - padding: 1rem 1rem; + padding: 0 1rem; width: auto; } } diff --git a/src/components/middle/MiddleHeader.scss b/src/components/middle/MiddleHeader.scss index 7b724b765..2a6780779 100644 --- a/src/components/middle/MiddleHeader.scss +++ b/src/components/middle/MiddleHeader.scss @@ -281,7 +281,7 @@ } } - .Avatar, .topic-header-icon { + .ChatInfo .Avatar, .topic-header-icon { // TODO For some reason webpack imports `Audio.scss` second time when loading calls bundle width: 2.5rem !important; height: 2.5rem !important;