photo: fix square live photo
parent
71323da83a
commit
578703768b
|
@ -87,7 +87,7 @@
|
|||
</template>
|
||||
</NcActionButton>
|
||||
<NcActionButton
|
||||
v-if="currentPhoto.liveid"
|
||||
v-if="currentPhoto?.liveid"
|
||||
:aria-label="t('memories', 'Download Video')"
|
||||
@click="downloadCurrentLiveVideo"
|
||||
:close-after-click="true"
|
||||
|
|
|
@ -397,12 +397,13 @@ div.img-outer {
|
|||
}
|
||||
}
|
||||
|
||||
> video,
|
||||
> .overlay {
|
||||
> video {
|
||||
pointer-events: none;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
> .overlay {
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue