GroupCallTopPane: Tiny design improvements

This commit is contained in:
Alexander Zinchuk 2024-11-09 15:40:18 +04:00
parent eb07c8d02f
commit db25557c68
2 changed files with 5 additions and 11 deletions

View File

@ -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;
}
}

View File

@ -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;