mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 08:54:05 +08:00
hidden mm buttons
This commit is contained in:
parent
ad9212d327
commit
8ee6baa241
2 changed files with 11 additions and 3 deletions
|
|
@ -2978,6 +2978,7 @@ key {
|
|||
grid-area: mm;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-rows: auto 1fr;
|
||||
.title {
|
||||
color: var(--sub-color);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue