mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-04 12:00:27 +00:00
remove bmp flip workaround
This commit is contained in:
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…
Reference in New Issue
Block a user