このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
macrovision
ウォッチ
1
スター
0
フォーク
0
コード
課題
5
プルリクエスト
0
リリース
10
Wiki
アクティビティ
ソースを参照
Allow line wrapping in the selection boxes and make them larger
tags/v0.1.0
Fen Dweller
6年前
親
d02d9743b3
コミット
ccc8046feb
1個のファイルの変更
、
10行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 {
書き込み
プレビュー
読み込み中…
キャンセル
保存