hidden mm buttons

This commit is contained in:
Miodec 2021-01-23 05:09:15 +00:00
parent ad9212d327
commit 8ee6baa241
2 changed files with 11 additions and 3 deletions

View file

@ -2978,6 +2978,7 @@ key {
grid-area: mm;
display: grid;
gap: 1rem;
grid-template-rows: auto 1fr;
.title {
color: var(--sub-color);
}

View file

@ -3651,7 +3651,7 @@
<div class="matchmaking">
<!-- <div id="joinRandomRoom" class="button">Join random room</div> -->
<div class="title">matchmaking</div>
<div class="buttons">
<!-- <div class="buttons">
<div id="matchmake15" class="button">
<i class="fas fa-clock"></i>
Time 15
@ -3664,8 +3664,15 @@
<i class="fas fa-quote-right"></i>
Quotes
</div>
</div>
<span style="text-align: center; color: var(--sub-color)">
</div> -->
<span
style="
text-align: center;
color: var(--sub-color);
line-height: 5rem;
height: 5rem;
"
>
Coming soon...
</span>
</div>