- commit
- 6ff0dfcce79b4b8dc6850d973ab27c6ec9c71c90
- parent
- 0127538a97034e47f0363973b328d85dd3aeb9c6
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-26 12:28
css: flow-relative
Diffstat
| M | style.css | 8 | ++++---- |
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
@@ -7,12 +7,12 @@ body {
7 7 body {
8 8 display: grid;
9 9 grid-template-rows: min-content minmax(0, 1fr) min-content;
10 -1 height: 100vh;
-1 10 block-size: 100vb;
11 11 }
12 12
13 13 canvas {
14 -1 width: 100%;
15 -1 height: 100%;
-1 14 block-size: 100%;
-1 15 inline-size: 100%;
16 16 }
17 17
18 18 .loader {
@@ -35,7 +35,7 @@ canvas {
35 35 display: inline-block;
36 36 border: 1px solid;
37 37 text-align: center;
38 -1 min-width: 3em;
-1 38 min-inline-size: 3em;
39 39 line-height: 3;
40 40 border-radius: 0.3em;
41 41 margin: 0.2em;