mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Major performance improvements
This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
display: flex;
|
||||
line-height: 15px;
|
||||
flex-direction: column;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ body.uiHidden {
|
||||
|
||||
body.modalDialogActive,
|
||||
body.ingameDialogOpen {
|
||||
> *:not(.ingameDialog):not(.modalDialogParent) {
|
||||
> *:not(.ingameDialog):not(.modalDialogParent):not(.loadingDialog) {
|
||||
filter: blur(5px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user