Improve readability
This commit is contained in:
parent
dc1a412396
commit
a91e5322b0
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue