mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 19:55:12 +00:00
more lint fixes
This commit is contained in:
parent
40179a5591
commit
64c737036f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ definePageMetadata(() => ({
|
||||||
grid-template-rows: min-content 1fr;
|
grid-template-rows: min-content 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"header header header"
|
"header header header"
|
||||||
"lm notes rm";
|
"lm notes rm";
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
Loading…
Reference in a new issue