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/routing/non-routing-peers/non-routing-peers.component...

34 lines
807 B
SCSS

@import "../../../shared/theme/styles/mixins.scss";
.mat-column-chan_id, .mat-column-remote_alias, .mat-column-remote_pubkey, .mat-column-channel_point {
flex: 1 1 20%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mat-column-uptime, .mat-column-lifetime, .mat-column-local_balance, .mat-column-remote_balance, .mat-column-total_satoshis_sent, .mat-column-total_satoshis_received {
flex: 1 1 10%;
width: 10%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@include for_screensize(tab-land) {
white-space: unset;
flex: 1 1 25%;
width: 25%;
}
@include for_screensize(tab-port) {
flex: 0 0 15%;
width: 15%;
}
@include for_screensize(phone) {
white-space: unset;
}
}
.mat-column-actions {
min-height: 4.8rem;
}