このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
stroll
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
11
Wiki
アクティビティ
ソースを参照
Layout improvement
tags/v0.7.0
Fen Dweller
8年前
親
511a04d788
コミット
5e8b5e3601
1個のファイルの変更
、
14行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+14
-4
style.css
+ 14
- 4
style.css
ファイルの表示
@@ -88,10 +88,20 @@ body {
height: 100px;
}
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
@media (max-aspect-ratio: 16/9){
.action-button {
font-size: 18px;
width: 100px;
height: 75px;
}
}
@media (min-aspect-ratio: 16/9){
.action-button {
font-size: 24px;
width: 150px;
height: 75px;
}
}
#victim-table {
書き込み
プレビュー
読み込み中…
キャンセル
保存