mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-28 01:39:29 +08:00
completely fixed giga lag in safari
WHY ARE YOU THIS WAY SAFARI closes #4308
This commit is contained in:
parent
2d8c76b6f5
commit
56136861ca
3 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
.pageAbout {
|
||||
display: grid;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@
|
|||
}
|
||||
|
||||
.pageAccount {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
height: 100%;
|
||||
|
||||
.preloader {
|
||||
|
|
@ -30,7 +28,8 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
display: grid;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.pageSettings {
|
||||
display: grid;
|
||||
// grid-template-columns: 1fr 1fr;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
|
||||
.tip {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue