This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
sdl
/
SDL
mirrorاز
https://github.com/libsdl-org/SDL.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
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;
}