mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
move timer
This commit is contained in:
parent
b437c6e3fa
commit
a379e1ee94
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<div id="result" class="content-grid full-width hidden" tabindex="-1">
|
||||
<div class="wrapper">
|
||||
<div id="tribeResults" class="hidden">
|
||||
<div class="top invisible">timer</div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -32,6 +31,7 @@
|
|||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
<div class="timer invisible">timer</div>
|
||||
</div>
|
||||
<div class="stats">
|
||||
<!-- <div class="info">words 10<br>punctuation</div> -->
|
||||
|
|
|
|||
|
|
@ -503,7 +503,6 @@
|
|||
#result {
|
||||
#tribeResultBottom {
|
||||
grid-area: tribeBottom;
|
||||
margin-top: 1rem;
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
"chat buttons"
|
||||
|
|
@ -532,9 +531,10 @@
|
|||
#tribeResults {
|
||||
grid-area: tribeResults;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
.top {
|
||||
.timer {
|
||||
justify-self: center;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
table {
|
||||
thead {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue