소스 검색

Improve horizontal alignment of upgrade icons

tags/v0.0.3
Fen Dweller 5 년 전
부모
커밋
6478d8db2a
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      gorge.css

+ 2
- 1
gorge.css 파일 보기

@@ -299,13 +299,14 @@ button {
display: block;
background-color: #444;
transition: 0.2s;
text-align: center;
}

.upgrade-button > .fas {
width: 100px;
height: 100px;
font-size: 75px;
transform: translate(12.5%, -37.5%);
transform: translate(0%, -37.5%);
opacity: 0.5;
}



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