This website works better with JavaScript.
首頁
探索
說明
登入
chemicalcrux
/
macrovision
關註
1
收藏
0
複製
0
程式碼
問題管理
5
合併請求
0
版本發佈
10
Wiki
Activity
瀏覽代碼
Allow line wrapping in the selection boxes and make them larger
tags/v0.1.0
Fen Dweller
5 年之前
父節點
d02d9743b3
當前提交
ccc8046feb
共有
1 個文件被更改
,包括
10 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-1
macrovision.css
+ 10
- 1
macrovision.css
查看文件
@@ -299,6 +299,16 @@ body.toggle-bottom-name .bottom-name {
display: inline;
}
#menubar select {
max-width: 200pt;
height: 60pt;
max-height: 180pt;
overflow: hidden;
white-space: pre-wrap;
word-break: normal;
text-overflow: ellipsis;
}
#spawners > button {
display: none;
font-size: 24pt;
@@ -306,7 +316,6 @@ body.toggle-bottom-name .bottom-name {
#spawners > select {
display: none;
font-size: 24pt;
max-width: 120pt;
}
#spawners > select#category-picker {
Write
Preview
Loading…
取消
儲存