mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +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-areas:
|
||||
"header header header"
|
||||
"lm notes rm";
|
||||
"lm notes rm";
|
||||
gap: 12px;
|
||||
|
||||
height: 100vh;
|
||||
|
|
Loading…
Reference in a new issue