From a91e5322b04d3bbf276817f645848650095a218d Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 26 Sep 2022 12:23:56 +0200 Subject: [PATCH] Improve readability --- src/page/background/background.ts | 2 +- src/style/vars.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/background/background.ts b/src/page/background/background.ts index 74ef813..bcf6050 100644 --- a/src/page/background/background.ts +++ b/src/page/background/background.ts @@ -12,7 +12,7 @@ export class Background extends PageElement { private static readonly minHeight = 360; private static readonly maxHeight = 740; private static readonly minBlobCount = 30; - private static readonly blobCountScaler = 0.1; + private static readonly blobCountScaler = 0.05; private static readonly stableSeed = 50; private random = new Random(); diff --git a/src/style/vars.scss b/src/style/vars.scss index e30c5cb..c7752fd 100644 --- a/src/style/vars.scss +++ b/src/style/vars.scss @@ -27,7 +27,7 @@ --inset-shadow: inset 0 -9px 7px -7px rgb(0, 0, 0, 0.15); --icon-size: 45px; --large-icon-size: 60px; - --body-width: 765px; + --body-width: 830px; } }