From 88e6afadb2290e6ef1e49914662278151c91e985 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 27 Aug 2022 16:34:56 +0200 Subject: [PATCH] Add closing type badge to channel header --- frontend/src/app/lightning/channel/channel.component.html | 1 + frontend/src/app/lightning/channel/channel.component.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/frontend/src/app/lightning/channel/channel.component.html b/frontend/src/app/lightning/channel/channel.component.html index 65866273d..fe415f6cf 100644 --- a/frontend/src/app/lightning/channel/channel.component.html +++ b/frontend/src/app/lightning/channel/channel.component.html @@ -11,6 +11,7 @@ Inactive Active Closed +
diff --git a/frontend/src/app/lightning/channel/channel.component.scss b/frontend/src/app/lightning/channel/channel.component.scss index f19215f87..bf080b644 100644 --- a/frontend/src/app/lightning/channel/channel.component.scss +++ b/frontend/src/app/lightning/channel/channel.component.scss @@ -30,6 +30,10 @@ font-size: 20px; } +.badge { + margin-right: 5px; +} + app-fiat { display: block; font-size: 13px;