completely fixed giga lag in safari

WHY ARE YOU THIS WAY SAFARI
closes #4308
This commit is contained in:
Miodec 2023-05-23 21:10:53 +02:00
parent 2d8c76b6f5
commit 56136861ca
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,6 @@
.pageAbout {
display: grid;
display: flex;
flex-direction: column;
gap: 2rem;
h2 {

View file

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

View file

@ -1,6 +1,6 @@
.pageSettings {
display: grid;
// grid-template-columns: 1fr 1fr;
display: flex;
flex-direction: column;
gap: 2rem;
.tip {