mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
Delay block tx request, make leftover txes gray and fade out, remove unneeded assets and one paint blob
This commit is contained in:
parent
4036462321
commit
faaaf51a5b
12 changed files with 30 additions and 33 deletions
|
@ -99,6 +99,10 @@ a {
|
|||
-webkit-mask-position: center;
|
||||
mask-position: center;
|
||||
}
|
||||
#hero .paint.stale {
|
||||
background-color: gray;
|
||||
opacity: calc(1.1 - var(--age) / 10);
|
||||
}
|
||||
|
||||
#muteToggle, #connectionStatus {
|
||||
position: fixed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue