Show miner tag under blocks in the mining dashboard

This commit is contained in:
nymkappa
2022-02-17 22:57:10 +09:00
parent 5ab4c0e611
commit fb2c0345a7
6 changed files with 34 additions and 21 deletions

View File

@@ -129,4 +129,15 @@
position: relative;
top: 15px;
z-index: 101;
}
}
.animated {
transition: all 0.15s ease-in-out;
}
.show {
opacity: 1;
}
.hide {
opacity: 0;
pointer-events : none;
}