|
|
@@ -96,12 +96,11 @@ export default class Explore extends Vue { |
|
|
flex: 10; |
|
|
flex: 10; |
|
|
position: relative; |
|
|
position: relative; |
|
|
display: grid; |
|
|
display: grid; |
|
|
grid-template-areas: "worldinfo log log statblock" |
|
|
|
|
|
"worldinfolog log log containers" |
|
|
|
|
|
"info log log choices " |
|
|
|
|
|
"info log log choices " |
|
|
|
|
|
"info nav nav choices "; |
|
|
|
|
|
grid-template-rows: fit-content(50%) fit-content(30%) 2fr 1fr 1fr; |
|
|
|
|
|
|
|
|
grid-template-areas: "info log log statblock" |
|
|
|
|
|
"info log log containers" |
|
|
|
|
|
"worldinfo log log containers" |
|
|
|
|
|
"nav nav choices choices "; |
|
|
|
|
|
grid-template-rows: fit-content(50%) fit-content(30%) 1fr 1fr; |
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
|