Merge pull request #1086 from HonKLam/update-header-css

Rework Header of Mainpage
This commit is contained in:
Steve Seguin 2023-08-08 15:28:31 -04:00 committed by GitHub
commit ada283aa69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3710 additions and 3513 deletions

View File

@ -95,9 +95,11 @@
<span id="qos">V</span>DO.Ninja
</span>
</a>
<div id="head1">
<input type="text" autocorrect="off" autocapitalize="none" id="joinroomID" name="joinroomID" size="22" placeholder="Join by Room Name here" alt="Enter a room name to join" title="Enter a room name to quick join" onkeyup="jumptoroom(event)"/>
<button onclick="jumptoroom();" id='jumptoroomButton' role="button" aria-pressed="false" alt="Join room" title="Join room" >GO</button>
<input type="text" autocorrect="off" autocapitalize="none" id="joinroomID" name="joinroomID" size="22" placeholder="Enter by room name" alt="Enter a room name to join" title="Enter a room name to quick join" onkeyup="jumptoroom(event)"/>
<button onclick="jumptoroom();" id='jumptoroomButton' role="button" aria-pressed="false" alt="Join room" title="Join room" >Join</button>
</div>
<div id="head1a" class="hidden">
<input type="text" autocorrect="off" autocapitalize="none" id="joinbyURL" name="joinbyURL" size="22" placeholder="Load a website URL" alt="Enter the URL to load" title="Enter the URL to load"/>

7217
main.css

File diff suppressed because it is too large Load Diff