Skip to content

Commit 258d6e9

Browse files
committed
fixes
1 parent 2c1a625 commit 258d6e9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

frontend/src/html/pages/test.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@
557557
<i class="fas fa-fw fa-ad"></i>
558558
</button> -->
559559
</div>
560-
</div>
561-
<div class="loginTip">
562-
<a href="/login" router-link>Sign in</a>
563-
to save your result
560+
<div class="loginTip">
561+
<a href="/login" router-link>Sign in</a>
562+
to save your result
563+
</div>
564564
</div>
565565
<div class="ssWatermark hidden">monkeytype.com</div>
566566
</div>

frontend/src/styles/test.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@
645645
"tribeResults tribeResults"
646646
"stats chart"
647647
"morestats morestats"
648+
"bottom bottom"
648649
"tribeBottom tribeBottom";
649650
// "wordsHistory wordsHistory"
650651
// "buttons buttons"
@@ -780,6 +781,10 @@
780781
-webkit-user-select: none;
781782
}
782783

784+
.bottom {
785+
grid-area: bottom;
786+
}
787+
783788
.chart {
784789
grid-area: chart;
785790
width: 100%;

0 commit comments

Comments
 (0)