Some improvements
This commit is contained in:
parent
bf29f728f0
commit
03a1541aa0
4 changed files with 25 additions and 21 deletions
|
@ -46,10 +46,10 @@
|
|||
</div>
|
||||
<main><div id="videos"></div></main>
|
||||
<div id="options" class="card">
|
||||
<a href="/" id="stop-call">Leave Call</a>
|
||||
<a href="/" id="stop-call" class="button">Leave Call</a>
|
||||
<div id="change-name">
|
||||
<span id="name-display"></span>
|
||||
<button class="button-circle">
|
||||
<button class="button-circle icon">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
|
@ -64,7 +64,7 @@
|
|||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<button id="share">
|
||||
<button id="share" class="icon">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
|
@ -78,7 +78,7 @@
|
|||
/>
|
||||
</svg>
|
||||
</button>
|
||||
<button id="fullscreen">
|
||||
<button id="fullscreen" class="icon">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="16"
|
||||
|
|
Reference in a new issue