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/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.componen...

45 lines
814 B
SCSS

@import "../../../../../shared/theme/styles/mixins.scss";
.mat-column-shortChannelId {
flex: 0 0 15%;
width: 15%;
& .ellipsis-parent {
display: flex;
}
}
.mat-column-alias {
padding-left: 1rem;
flex: 0 0 15%;
width: 15%;
& .ellipsis-parent {
display: flex;
}
}
.mat-column-balancedness {
padding-left: 2rem;
flex: 0 0 17%;
width: 17%;
}
.mat-column-state, .mat-column-feeBaseMsat, .mat-column-feeProportionalMillionths, .mat-column-toLocal, .mat-column-toRemote {
flex: 1 1 10%;
width: 10%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@include for_screensize(tab-port) {
white-space: unset;
flex: 1 1 20%;
width: 20%;
}
@include for_screensize(phone) {
white-space: unset;
}
}
.mat-column-actions {
min-height: 4.8rem;
}