remove bmp flip workaround

pull/1/head
Thomas Ballmann 4 years ago
parent c2a7de95ba
commit 19b76fd772

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

@ -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">

Loading…
Cancel
Save