bump up the size after some optimizations
This commit is contained in:
parent
a0775e7aa8
commit
8c407e387a
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ const Pixel = () => (
|
|||
style="position: relative; margin: 0; cursor: pointer;"
|
||||
>
|
||||
<summary
|
||||
style="list-style: none; margin: 0; display: block; width: 100%; height: 100%;"
|
||||
style="list-style: none; display: block; width: 100%; height: 100%;"
|
||||
class="off"
|
||||
></summary>
|
||||
<div
|
||||
style="margin: 0; display: block; width: 100%; height: 100%; position: absolute; top: 0; pointer-events: none;"
|
||||
style="display: block; width: 100%; height: 100%; position: absolute; top: 0; pointer-events: none;"
|
||||
class="on"
|
||||
></div>
|
||||
</details>
|
||||
|
@ -31,7 +31,7 @@ const Pixels = ({
|
|||
render_and_copy(
|
||||
<Main>
|
||||
<Pixels
|
||||
n={20 ** 2}
|
||||
n={25 ** 2}
|
||||
color_a="rgb(var(--color-background))"
|
||||
color_b="rgb(var(--color-foreground))"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue