This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
sdl
/
SDL
peilaus alkaen
https://github.com/libsdl-org/SDL.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
examples: fix canvas size for small screens
Nicolas Allemand
9 kuukautta sitten
vanhempi
d1b8fcd692
commit
1a5b0796b4
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
examples/template.html
+ 1
- 0
examples/template.html
Näytä tiedosto
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}