diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/map.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/map.html b/public/map.html index c23ccfd..23ef7de 100644 --- a/public/map.html +++ b/public/map.html @@ -2,13 +2,13 @@ <table class="table table-dark table-sm"> <tbody> <tr> - <td class="bg-primary player-name rounded-pill text-center"></td> + <td class="player-name rounded-pill text-center"></td> <td></td> - <td class="bg-danger player-name rounded-pill text-center"></td> + <td class="player-name rounded-pill text-center"></td> <td></td> - <td class="bg-success player-name rounded-pill text-center"></td> + <td class="player-name rounded-pill text-center"></td> <td></td> - <td class="bg-warning player-name rounded-pill text-center"></td> + <td class="player-name rounded-pill text-center"></td> <td></td> <td class="text-center rounded-pill"> <input class="form-check-input" type="checkbox" /> @@ -18,7 +18,7 @@ </tbody> </table> <div class="container-flex text-center"> - <canvas id="map" width="600" height="600" class="border border-danger"> + <canvas id="map" width="660" height="660ZZZZ" class="border border-danger"> Din webbläsare stöder inte canvas, vilket betyder att du inte kan spela fia </canvas> |
