ソースを参照

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年前
コミット
20527e15d8
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      gorge.css

+ 4
- 0
gorge.css ファイルの表示

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


読み込み中…
キャンセル
保存