refactor: connection UI

This commit is contained in:
cha0s 2019-04-14 17:14:13 -05:00
parent 2a99ffcc90
commit 660ded9aea
2 changed files with 3 additions and 8 deletions

View File

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

View File

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