Fix element visiblity issue
This commit is contained in:
parent
c19a1d2df2
commit
3d384384bb
1 changed files with 18 additions and 16 deletions
|
@ -24,7 +24,8 @@
|
||||||
Join
|
Join
|
||||||
</b-button>
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
<b-field class="only-mobile full">
|
<div class="only-mobile">
|
||||||
|
<b-field class="full">
|
||||||
<b-input
|
<b-input
|
||||||
:disabled="busy"
|
:disabled="busy"
|
||||||
placeholder="Session ID"
|
placeholder="Session ID"
|
||||||
|
@ -40,6 +41,7 @@
|
||||||
</b-button>
|
</b-button>
|
||||||
</p>
|
</p>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="host">
|
<section id="host">
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Reference in a new issue