Skip to content

Commit

Permalink
ui: more narrow screen styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed Feb 14, 2021
1 parent 7fa95eb commit e8a1057
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@

#spectatorMode {
display: none;
padding: 0.5em;
}
#noCameraFound {
display: none;
Expand Down Expand Up @@ -652,6 +651,9 @@
border: 1px solid #aaa;
border-top: none;
}
#changeNameButton, #timeTravelInfo {
float: right;
}
</style>
<link rel="stylesheet" href="local-style.css"></link>

Expand Down Expand Up @@ -1332,10 +1334,12 @@ <h3>Something else weird is going on</h3>
<div id=controlbar>
<div class=buttonGroup>
mic:
<div>
<button disabled id=micOffButton>off</button>
<button disabled id=micOnForMusicButton title="Muted in video call, unmuted during songs.
Holding spacebar will unmute until released.">on for songs</button>
<button disabled id=micOnButton>on</button>
</div>
</div>

<div>
Expand All @@ -1350,19 +1354,22 @@ <h3>Something else weird is going on</h3>
</div>

<div>
<input id=changeName></input>
<input id=changeName></input><br>
<button id=changeNameButton>Update</button>
</div>

<div>
Internet:
<div>
<span id=healthOuter>
<div id=health1></div><div id=health2></div><div id=health3></div><div id=health4></div><div id=health5></div><div id=health6></div>
</span>
</div>
</div>

<!-- DELAY_INTERVAL * LAYERING_DEPTH -->
<div>Time Travel: <input type=text id=audioOffset value="18">s</div>
<div>Time Travel:
<div id=timeTravelInfo><input type=text id=audioOffset value="18">s</div></div>
</div>

</div>
Expand Down

0 comments on commit e8a1057

Please sign in to comment.