remove bmp flip workaround

This commit is contained in:
Thomas Ballmann 2020-04-09 22:26:13 +02:00
parent c2a7de95ba
commit 19b76fd772
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
.device-screen-image > .v-image__image {
transform: scaleY(-1);
}
.v-icon {
fill: currentColor;
}

View File

@ -1,6 +1,6 @@
<template>
<v-card color="grey lighten-4" _outlined>
<v-img class="device-screen-image" :aspect-ratio="16/9" :src="device_screen_src"></v-img>
<v-img :aspect-ratio="16/9" :src="device_screen_src"></v-img>
<v-card-actions style="position: relative">
<router-link to="/settings">