Procházet zdrojové kódy

Fix the nav button holder being too big

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

+ 2
- 2
src/components/Explore.vue Zobrazit soubor

@@ -152,8 +152,8 @@ export default class Explore extends Vue {
"Southwest South Southeast";
grid-template-rows: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
width: 100%;
height: 100%;
width: calc(100% - 16px);
height: calc(100% - 16px);
max-width: 1000px;
justify-self: end;
}


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