increasing icons width

This commit is contained in:
ShahanaFarooqui 2022-12-21 12:22:30 -08:00
parent 9db65d9786
commit 2887a5a80f
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
width: 2.2rem;
text-overflow: unset;
& svg {
max-width: 1.6rem;
width:1.6rem;
max-width: 2.1rem;
width:2.1rem;
}
}

View file

@ -5,8 +5,8 @@
}
.mat-column-private {
max-width: 1.6rem;
width:1.6rem;
max-width: 2.1rem;
width:2.1rem;
}
.mat-column-balancedness {

View file

@ -5,6 +5,6 @@
}
.mat-column-private, .mat-column-is_keysend, .mat-column-is_amp {
max-width: 1.6rem;
width:1.6rem;
max-width: 2.1rem;
width:2.1rem;
}