This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
sdl
/
SDL
同期ミラー
https://github.com/libsdl-org/SDL.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
examples: fix canvas size for small screens
Nicolas Allemand
9 ヶ月 前
親
d1b8fcd692
コミット
1a5b0796b4
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
examples/template.html
+ 1
- 0
examples/template.html
ファイルの表示
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}