Sfoglia il codice sorgente

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 6 anni fa
parent
commit
20527e15d8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      gorge.css

+ 4
- 0
gorge.css Vedi File

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


Loading…
Annulla
Salva