move timer

This commit is contained in:
Miodec 2025-12-29 13:45:42 +01:00
parent b437c6e3fa
commit a379e1ee94
2 changed files with 4 additions and 4 deletions

View file

@ -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> -->

View file

@ -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 {