You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/lnd/transactions/invoices/lightning-invoices.componen...

23 lines
440 B
SCSS

.mat-column-state {
max-width: 1.2rem;
width:1.2rem;
}
.mat-column-private, .mat-column-is_keysend, .mat-column-is_amp {
max-width: 1.6rem;
width:1.6rem;
}
.mat-column-memo, .mat-column-r_preimage, .mat-column-r_hash,
.mat-column-payment_addr, .mat-column-payment_request, .mat-column-description_hash {
flex: 0 0 10%;
width: 10%;
& .ellipsis-parent {
display: flex;
}
}
.mat-column-actions {
min-height: 4.8rem;
}