このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
feast-classic
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
Made buttons unselectable
tags/v0.2.8
Fen Dweller
7年前
親
22b1d65b60
コミット
8883145b5f
1個のファイルの変更
、
5行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 {
書き込み
プレビュー
読み込み中…
キャンセル
保存