This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
sdl
/
SDL
şunun yansıması
https://github.com/libsdl-org/SDL.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
examples: fix canvas size for small screens
Nicolas Allemand
9 ay önce
ebeveyn
d1b8fcd692
işleme
1a5b0796b4
1 değiştirilmiş dosya
ile
1 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
1
0
examples/template.html
+ 1
- 0
examples/template.html
Dosyayı Görüntüle
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}