From 16a0694f29c5c9560ae4a53ad47cfaf70a2259e0 Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Tue, 12 Nov 2024 01:02:47 +0100 Subject: [PATCH] Code quality fixes --- src/app/pages/blockchain/blockchain.component.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/pages/blockchain/blockchain.component.scss b/src/app/pages/blockchain/blockchain.component.scss index c0a47d5..1190bfe 100644 --- a/src/app/pages/blockchain/blockchain.component.scss +++ b/src/app/pages/blockchain/blockchain.component.scss @@ -6,6 +6,7 @@ .placeholder-glow .placeholder { background-color: rgba(0, 0, 0, 10%); } + .block-queue { display: flex; flex-wrap: wrap; @@ -23,7 +24,7 @@ border-radius: 4px; font-weight: bold; color: #fff; - box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); + box-shadow: 2px 2px 5px rgba(0, 0, 0, 30%); position: relative; } @@ -46,7 +47,7 @@ border-radius: 2px; position: relative; top: -5px; /* Align with the blocks */ - box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); + box-shadow: 1px 1px 2px rgba(0, 0, 0, 30%); } /* Block marker for current target */