Initialize the BookGeistSheet
This commit is contained in:
parent
163423ea5b
commit
7935a85188
9 changed files with 153 additions and 8 deletions
13
templates/Apps/BookGeistSheet/style.css
Normal file
13
templates/Apps/BookGeistSheet/style.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.BookGeistSheet {
|
||||
> .window-content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue