This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
sdl
/
SDL
mirror of
https://github.com/libsdl-org/SDL.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
examples: fix canvas size for small screens
Nicolas Allemand
9 tháng trước cách đây
mục cha
d1b8fcd692
commit
1a5b0796b4
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
examples/template.html
+ 1
- 0
examples/template.html
Xem Tập Tin
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}