이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
clonk2u
/
feast-classic
원본 프로젝트 :
chemicalcrux/feast-classic
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Made buttons unselectable
tags/v0.2.8
Fen Dweller
7 년 전
부모
22b1d65b60
커밋
8883145b5f
1개의 변경된 파일
과
5개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
feast.css
+ 5
- 1
feast.css
파일 보기
@@ -27,24 +27,28 @@ button {
width: 100px;
height: 100px;
font-size: 18px;
user-select: none;
}
.action-button {
width: 100px;
height: 100px;
font-size: 18px;
user-select: none;
}
.combat-button {
width: 100px;
height: 100px;
font-size: 18px;
user-select: none;
}
.dialog-button {
width: 300px;
height: 75px;
font-size: 18px;s
font-size: 18px;
user-select: none;
}
#dialog {
쓰기
미리보기
불러오는 중...
취소
저장