feat: Change game screen and menu class
- Add default option - Add init and changeView - Change style to be more specific - Rename constants and variables
This commit is contained in:
parent
019e25945e
commit
46491f8df7
2 changed files with 54 additions and 26 deletions
|
|
@ -9,12 +9,6 @@
|
|||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
|
||||
.flex_auto {
|
||||
display: flex;
|
||||
flex: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
th,
|
||||
.important,
|
||||
.subtle,
|
||||
|
|
@ -78,12 +72,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
& > div {
|
||||
.view {
|
||||
flex: auto;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
min-height: 0;
|
||||
|
||||
& > main {
|
||||
flex: auto;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
gap: hippie.$space_double;
|
||||
min-height: 0;
|
||||
|
||||
& > div:last-child {
|
||||
flex: 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue