Procházet zdrojové kódy

Put unavailable powerups at the end of the list

This causes a BIT of visible shuffling, but is pretty nice for
a few lines of css
tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
20527e15d8
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E80B35A6F11C3656
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      gorge.css

+ 4
- 0
gorge.css Zobrazit soubor

@@ -370,6 +370,10 @@ button {
transform: translate(0, 10px);
}

.upgrade-button.upgrade-button-inactive {
order: 999999;
}

.upgrade-button-inactive > .upgrade-icon-holder {
opacity: 0.6;
}


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