Fix image size in landscape and version in panel (#24)
Closes #22 and also fixes unlisted issue with the display of the placeholder image on the detect screen when in landscape mode. Signed-off-by: Justin Georgi <justin.georgi@gmail.com> Reviewed-on: Georgi_Lab/ALVINN_f7#24
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<f7-button @click="setData" :class="(imageLoaded) ? '' : 'disabled'">
|
||||
<img src="../assets/icons/visibility.svg" />
|
||||
</f7-button>
|
||||
<f7-button @click="setData">
|
||||
<f7-button class="disabled" @click="setData">
|
||||
<img src="../assets/icons/videocam.svg" />
|
||||
</f7-button>
|
||||
</f7-segmented>
|
||||
@@ -121,7 +121,7 @@
|
||||
grid-template-rows: calc(100vh - var(--f7-navbar-height) - var(--f7-safe-area-top) - var(--f7-safe-area-bottom) - 64px);
|
||||
grid-template-areas:
|
||||
"image-view result-view menu-view";
|
||||
justify-items: center;
|
||||
justify-items: stretch;
|
||||
align-items: stretch;
|
||||
height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top) - var(--f7-safe-area-bottom));
|
||||
max-height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top) - var(--f7-safe-area-bottom));
|
||||
|
||||
Reference in New Issue
Block a user