mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge 00816a358c into 29afce710d
This commit is contained in:
commit
17af56d12d
3 changed files with 21 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
.node-channels-container {
|
||||
:host {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.node-channels-container,
|
||||
.addresses-treemap-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.loading-spinner {
|
||||
|
|
|
|||
|
|
@ -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)',
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue