mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
increasing icons width
This commit is contained in:
parent
9db65d9786
commit
2887a5a80f
3 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
}
|
||||
|
||||
.mat-column-private {
|
||||
max-width: 1.6rem;
|
||||
width:1.6rem;
|
||||
max-width: 2.1rem;
|
||||
width:2.1rem;
|
||||
}
|
||||
|
||||
.mat-column-balancedness {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue