fix: Mobile style fixes and other small ui fixes
This commit is contained in:
@@ -20,11 +20,11 @@ export class PrivateCallParticipantCardComponent {
|
||||
readonly compact = input(false);
|
||||
|
||||
avatarSize(): string {
|
||||
return this.compact() ? '5rem' : 'clamp(4.25rem, 22vw, 10rem)';
|
||||
return this.compact() ? '5.75rem' : 'clamp(6.5rem, 38vw, 13rem)';
|
||||
}
|
||||
|
||||
avatarSizeSm(): string {
|
||||
return this.compact() ? '6rem' : this.avatarSize();
|
||||
return this.compact() ? '6rem' : 'clamp(4.25rem, 22vw, 10rem)';
|
||||
}
|
||||
|
||||
participantInitial(): string {
|
||||
|
||||
Reference in New Issue
Block a user