소스 검색

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
No known key found for this signature in database 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;
}


불러오는 중...
취소
저장