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

generated from commit faaaf51a5b
This commit is contained in:
Joshua Seigler 2019-04-09 17:32:42 -04:00
parent 12a0a5a4f3
commit a924f77e5e
5 changed files with 36 additions and 49 deletions

View file

@ -13,7 +13,6 @@ body {
background-color: #bbb;
color: black;
height: 100vh;
overflow: hidden;
}
* {
-webkit-box-sizing: inherit;
@ -45,7 +44,7 @@ a {
overflow: hidden;
}
#hero {
position: absolute;
position: fixed;
left: 41.125%;
top: 50%;
width: 77.5vw;
@ -100,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;