使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
chemicalcrux
/
feast-classic
关注
1
点赞
0
派生
1
代码
工单
0
合并请求
0
版本发布
2
百科
动态
浏览代码
Made buttons unselectable
tags/v0.2.8
Fen Dweller
7 年前
父节点
22b1d65b60
当前提交
8883145b5f
共有
1 个文件被更改
,包括
5 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 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 {
撰写
预览
正在加载...
取消
保存