Convert detect layout to grid (#21)

Improve basic layout and transition to landscape on smaller screens using css grid.

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>

Reviewed-on: Georgi_Lab/ALVINN_f7#21
This commit is contained in:
2023-11-27 16:29:23 -07:00
parent 6e6fc4e7a5
commit ff3a13826a
3 changed files with 106 additions and 13 deletions

View File

@@ -23,7 +23,7 @@
<f7-button class="region-button limbs" href="/detect/limbs/">
<img class="region-image" src="../assets/regions/limb.svg" />
</f7-button>
<f7-button class="region-button headneck" href="/detect/head/">
<f7-button class="region-button headneck" disabled="true" href="/detect/head/">
<img class="region-image" src="../assets/regions/headneck.svg" />
</f7-button>
</div>