This commit is contained in:
Oscar Guevara 2026-08-11 05:15:26 -07:00 committed by GitHub
commit 17af56d12d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 1 deletions

View file

@ -1,5 +1,12 @@
.node-channels-container {
:host {
display: block;
width: 100%;
}
.node-channels-container,
.addresses-treemap-container {
position: relative;
width: 100%;
}
.loading-spinner {

View file

@ -75,6 +75,7 @@ export class AddressesTreemap implements OnChanges {
progressive: 100,
tooltip: {
show: true,
confine: true,
backgroundColor: 'rgba(17, 19, 31, 1)',
borderRadius: 4,
shadowColor: 'rgba(0, 0, 0, 0.5)',

View file

@ -8,6 +8,18 @@
.treemap-col {
width: 45%;
height: 300px;
@media (max-width: 767.98px) {
width: 100%;
min-width: 0;
}
}
@media (max-width: 767.98px) {
.treemap-col app-addresses-treemap {
display: block;
width: 100%;
}
}
.fiat {