|
|
@@ -101,10 +101,9 @@ export default class Explore extends Vue { |
|
|
position: relative; |
|
|
position: relative; |
|
|
display: grid; |
|
|
display: grid; |
|
|
grid-template-areas: "info log log statblock" |
|
|
grid-template-areas: "info log log statblock" |
|
|
"info log log containers" |
|
|
|
|
|
"worldinfo log log containers" |
|
|
"worldinfo log log containers" |
|
|
"nav nav choices containers "; |
|
|
"nav nav choices containers "; |
|
|
grid-template-rows: fit-content(50%) 1fr 1fr 1fr; |
|
|
|
|
|
|
|
|
grid-template-rows: fit-content(50%) 1fr minmax(25%, 33%); |
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
|