From 23dffb4ca27d595809e6003b88545be0a87a16cb Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 18 Jun 2023 18:04:32 +0200 Subject: [PATCH] Slight margin fix --- .../src/app/components/calculator/calculator.component.scss | 3 ++- frontend/src/app/shared/shared.module.ts | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/calculator/calculator.component.scss b/frontend/src/app/components/calculator/calculator.component.scss index c9d608455..5c0cbb5b1 100644 --- a/frontend/src/app/components/calculator/calculator.component.scss +++ b/frontend/src/app/components/calculator/calculator.component.scss @@ -21,5 +21,6 @@ } .sats { - font-size: 25px; + font-size: 20px; + margin-left: 5px; } \ No newline at end of file diff --git a/frontend/src/app/shared/shared.module.ts b/frontend/src/app/shared/shared.module.ts index c06b1dc8f..d56986107 100644 --- a/frontend/src/app/shared/shared.module.ts +++ b/frontend/src/app/shared/shared.module.ts @@ -188,14 +188,13 @@ import { OnlyVsizeDirective, OnlyWeightDirective } from './components/weight-dir TestnetAlertComponent, GlobalFooterComponent, CalculatorComponent, + BitcoinsatoshisPipe, MempoolBlockOverviewComponent, ClockchainComponent, ClockComponent, - CalculatorComponent, ClockFaceComponent, OnlyVsizeDirective, - OnlyWeightDirective, - BitcoinsatoshisPipe + OnlyWeightDirective ], imports: [ CommonModule,