Procházet zdrojové kódy

Rearrange the explore layout again

master
Fen Dweller před 5 roky
rodič
revize
d8145377ac
2 změnil soubory, kde provedl 6 přidání a 7 odebrání
  1. +1
    -1
      src/components/ChoiceButton.vue
  2. +5
    -6
      src/components/Explore.vue

+ 1
- 1
src/components/ChoiceButton.vue Zobrazit soubor

@@ -46,7 +46,7 @@ export default class ChoiceButton extends Vue {
margin: 5%; margin: 5%;
background: repeating-linear-gradient(45deg, #333, #333 20px, #222 20px, #222 40px); background: repeating-linear-gradient(45deg, #333, #333 20px, #222 20px, #222 40px);
color: #ccc; color: #ccc;
font-size: 200%;
font-size: 150%;
border-color: #ccc; border-color: #ccc;
border-width: 3px; border-width: 3px;
border-radius: 8px; border-radius: 8px;


+ 5
- 6
src/components/Explore.vue Zobrazit soubor

@@ -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%;


Načítá se…
Zrušit
Uložit