= count"
diff --git a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.scss b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.scss
index 7e04a3af6..795e1f4df 100644
--- a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.scss
+++ b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.scss
@@ -174,4 +174,16 @@
.bitcoin-block {
transform: scaleX(-1);
}
+}
+
+.spotlight-bottom {
+ position: absolute;
+ width: calc(0.6 * var(--block-size));
+ height: calc(0.25 * var(--block-size));
+ border-left: solid calc(0.3 * var(--block-size)) transparent;
+ border-bottom: solid calc(0.3 * var(--block-size)) white;
+ border-right: solid calc(0.3 * var(--block-size)) transparent;
+ transform: translate(calc(0.2 * var(--block-size)), calc(1.1 * var(--block-size)));
+ border-radius: 2px;
+ z-index: -1;
}
\ No newline at end of file
diff --git a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.ts b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.ts
index 65124e0d3..65c949b4d 100644
--- a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.ts
+++ b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.ts
@@ -26,6 +26,7 @@ export class BlockchainBlocksComponent implements OnInit, OnChanges, OnDestroy {
@Input() connected: boolean = true;
@Input() minimal: boolean = false;
@Input() blockWidth: number = 125;
+ @Input() spotlight: number = 0;
specialBlocks = specialBlocks;
network = '';
diff --git a/frontend/src/app/components/clock/clock.component.html b/frontend/src/app/components/clock/clock.component.html
index b3ca53c60..e54626aa4 100644
--- a/frontend/src/app/components/clock/clock.component.html
+++ b/frontend/src/app/components/clock/clock.component.html
@@ -1,7 +1,7 @@
diff --git a/frontend/src/app/components/clock/clock.component.scss b/frontend/src/app/components/clock/clock.component.scss
index f1d70dcd8..20baf02ee 100644
--- a/frontend/src/app/components/clock/clock.component.scss
+++ b/frontend/src/app/components/clock/clock.component.scss
@@ -23,7 +23,7 @@
width: 100%;
height: 15.625%;
z-index: 2;
- overflow: hidden;
+ // overflow: hidden;
// background: #1d1f31;
// box-shadow: 0 0 15px #000;
}
diff --git a/frontend/src/app/components/clockchain/clockchain.component.html b/frontend/src/app/components/clockchain/clockchain.component.html
index 7ef320333..169de58d4 100644
--- a/frontend/src/app/components/clockchain/clockchain.component.html
+++ b/frontend/src/app/components/clockchain/clockchain.component.html
@@ -5,8 +5,8 @@