GroupCallTopPane: Tiny design improvements
This commit is contained in:
parent
eb07c8d02f
commit
db25557c68
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user