mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 09:46:09 +00:00
publish: ⚡ Change main live canvas to act like a mempool
generated from commit a69343066a57714e451b4ba65608b63ad38c0266
This commit is contained in:
parent
473b01e2f0
commit
c99258d224
5 changed files with 198 additions and 116 deletions
26
bundle.css
26
bundle.css
|
@ -34,7 +34,17 @@ a {
|
|||
margin-left: 80vw;
|
||||
padding-top: 2.5vw;
|
||||
}
|
||||
.block:first-child {
|
||||
#hero, .block {
|
||||
width: 15vw;
|
||||
height: 15vw;
|
||||
-webkit-box-shadow: 0.1em 0.1em 1em hsla(0, 0%, 0%, 0.5);
|
||||
box-shadow: 0.1em 0.1em 1em hsla(0, 0%, 0%, 0.5);
|
||||
background-color: #dad7b7;
|
||||
margin: 0 auto 1em;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
#hero {
|
||||
position: absolute;
|
||||
left: 41.125%;
|
||||
top: 50%;
|
||||
|
@ -45,26 +55,16 @@ a {
|
|||
transform: translate(-50%,-50%);
|
||||
}
|
||||
@media (max-height: 82.5vw) {
|
||||
.block:first-child {
|
||||
#hero {
|
||||
width: calc(100vh - 5vw);
|
||||
height: calc(100vh - 5vw);
|
||||
}
|
||||
}
|
||||
.block.solo {
|
||||
#hero.solo {
|
||||
left: 50%;
|
||||
width: 95vmin;
|
||||
height: 95vmin;
|
||||
}
|
||||
.block {
|
||||
width: 15vw;
|
||||
height: 15vw;
|
||||
-webkit-box-shadow: 0.1em 0.1em 1em hsla(0, 0%, 0%, 0.5);
|
||||
box-shadow: 0.1em 0.1em 1em hsla(0, 0%, 0%, 0.5);
|
||||
background-color: #dad7b7;
|
||||
margin: 0 auto 1em;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.explorer-link {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue