소스 검색

Tweak building list width

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

+ 9
- 9
gorge.css 파일 보기

@@ -67,9 +67,16 @@ button {
color: #bbb;
}

#upgrades-area {
position: absolute;
width: 30%;
right: 35%;
top: 20%;
}

#buildings-area {
position: absolute;
width: 20%;
width: 35vmin;
right: 5%;
top: 20%;
height: 80%;
@@ -179,7 +186,7 @@ button {
width: 100%;
height: 100%;
left: 25%;
transform: translate(0, 5px);
transform: translate(25px, 5px);
position: absolute;
font-size: 60px;
}
@@ -239,13 +246,6 @@ button {
border-color: #666 !important;
}

#upgrades-area {
position: absolute;
width: 20%;
right: 35%;
top: 20%;
}

@media (max-aspect-ratio: 1/1) {
#upgrades-area {
position: absolute;


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