mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 21:44:06 +08:00
added buttons
This commit is contained in:
parent
5311c731ee
commit
ce639a3894
2 changed files with 13 additions and 0 deletions
|
|
@ -2320,6 +2320,14 @@ key {
|
|||
.title{
|
||||
color: var(--sub-color);
|
||||
}
|
||||
.buttons{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 1rem;
|
||||
.button{
|
||||
padding: 2rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.privateRooms{
|
||||
grid-area: priv;
|
||||
|
|
|
|||
|
|
@ -3018,6 +3018,11 @@
|
|||
<div class="matchmaking">
|
||||
<!-- <div id="joinRandomRoom" class="button">Join random room</div> -->
|
||||
<div class="title">matchmaking</div>
|
||||
<div class="buttons">
|
||||
<div id="matchmake15" class="button"><i class="fas fa-clock"></i>Time 15</div>
|
||||
<div id="matchmake60" class="button"><i class="fas fa-clock"></i>Time 60</div>
|
||||
<div id="matchmakeQuote" class="button"><i class="fas fa-quote-right"></i>Quotes</div>
|
||||
</div>
|
||||
<span style="text-align:center;color: var(--sub-color);">Coming soon...</span>
|
||||
</div>
|
||||
<div class="privateRooms">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue