From 2887a5a80f7202d3d67fd382d876eed991f9d97a Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Wed, 21 Dec 2022 12:22:30 -0800 Subject: [PATCH] increasing icons width --- .../forwarding-history/forwarding-history.component.scss | 4 ++-- .../channel-open-table/channel-open-table.component.scss | 4 ++-- .../transactions/invoices/lightning-invoices.component.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss b/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss index 2402f1b5..a236c3bc 100644 --- a/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss +++ b/src/app/eclair/routing/forwarding-history/forwarding-history.component.scss @@ -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; } } diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss index 60a031b9..74d2bf0f 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.scss @@ -5,8 +5,8 @@ } .mat-column-private { - max-width: 1.6rem; - width:1.6rem; + max-width: 2.1rem; + width:2.1rem; } .mat-column-balancedness { diff --git a/src/app/lnd/transactions/invoices/lightning-invoices.component.scss b/src/app/lnd/transactions/invoices/lightning-invoices.component.scss index 7d809bde..4b992c71 100644 --- a/src/app/lnd/transactions/invoices/lightning-invoices.component.scss +++ b/src/app/lnd/transactions/invoices/lightning-invoices.component.scss @@ -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; }