Delay block tx request, make leftover txes gray and fade out, remove unneeded assets and one paint blob

This commit is contained in:
Joshua Seigler 2019-04-09 17:30:18 -04:00
parent 4036462321
commit faaaf51a5b
12 changed files with 30 additions and 33 deletions

View file

@ -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;