2022-10-16 02:20:44 +00:00
|
|
|
.mat-column-status {
|
|
|
|
max-width: 0.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-column-payment_hash, .mat-column-bolt11, .mat-column-destination, .mat-column-label, .mat-column-memo {
|
|
|
|
flex: 0 0 10%;
|
|
|
|
width: 10%;
|
2021-12-29 23:08:41 +00:00
|
|
|
& .ellipsis-parent {
|
|
|
|
display: flex;
|
|
|
|
}
|
2020-07-07 17:57:15 +00:00
|
|
|
}
|
|
|
|
|
2020-01-03 20:04:00 +00:00
|
|
|
.mat-column-actions {
|
2020-03-10 17:25:52 +00:00
|
|
|
min-height: 4.8rem;
|
2020-01-03 20:04:00 +00:00
|
|
|
}
|
2020-08-19 23:39:55 +00:00
|
|
|
|
|
|
|
.mat-column-groupAction {
|
|
|
|
min-height: 4.8rem;
|
|
|
|
|
2020-08-22 20:07:21 +00:00
|
|
|
& .btn-mpp-expand {
|
|
|
|
width: 9rem;
|
|
|
|
}
|
|
|
|
|
2020-08-19 23:39:55 +00:00
|
|
|
& .btn-mpp-info {
|
2020-08-22 20:07:21 +00:00
|
|
|
margin-top: 0.5rem;
|
|
|
|
width: 9rem;
|
2020-08-19 23:39:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mpp-row-span {
|
|
|
|
min-height: 4.2rem;
|
2021-12-29 23:08:41 +00:00
|
|
|
place-content: center flex-start;
|
|
|
|
align-items: center;
|
2020-08-19 23:39:55 +00:00
|
|
|
}
|
2020-10-12 22:43:16 +00:00
|
|
|
|
|
|
|
.mat-column-groupTotal {
|
|
|
|
min-width: 17rem;
|
|
|
|
}
|