Initialize the BookGeistSheet

This commit is contained in:
Eldritch-Oliver 2025-10-12 01:42:05 -06:00
parent 163423ea5b
commit 7935a85188
9 changed files with 153 additions and 8 deletions

View file

@ -0,0 +1,13 @@
.BookGeistSheet {
> .window-content {
display: flex;
flex-direction: row;
gap: 4px;
}
.info {
display: flex;
flex-direction: column;
gap: 4px;
}
}