refactor: connection UI
This commit is contained in:
parent
2a99ffcc90
commit
660ded9aea
|
@ -13,18 +13,17 @@ const decorate = compose(
|
|||
background-color: rgba(0, 0, 0, .3);
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
height: 5em;
|
||||
position: absolute;
|
||||
top: 0.5em;
|
||||
left: calc(320px + 0.5em);
|
||||
line-height: 1em;
|
||||
width: 10em;
|
||||
padding: 0.125em;
|
||||
font-family: monospace;
|
||||
}
|
||||
.connection > p {
|
||||
margin-left: 0.25em;
|
||||
margin-top: 0.125em;
|
||||
border-bottom: 1px solid rgb(180, 180, 180);
|
||||
margin: 0.25em;
|
||||
padding-bottom: 0.25em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.connection > p.connected {
|
||||
|
|
|
@ -10,11 +10,7 @@ const decorate = compose(
|
|||
contempo(`
|
||||
.throughput {
|
||||
background-color: rgba(0, 0, 0, .3);
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 1.75em;
|
||||
left: 0.5em;
|
||||
line-height: 1em;
|
||||
width: 9em;
|
||||
padding: 0.125em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user