Skip to content

Commit

Permalink
Merge pull request #12838 from nextcloud/fix/media-settings-minor-cha…
Browse files Browse the repository at this point in the history
…nges

fix(MediaSettings): remove PiP and increase mirror toggle margin
  • Loading branch information
Antreesy authored Jul 29, 2024
2 parents 361a3fa + 7e00fce commit 3252d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MediaSettings/MediaSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<video v-show="showVideo"
ref="video"
:class="['preview__video', {'preview__video--mirrored': isMirrored}]"
disable-picture-in-picture="true"
disablePictureInPicture
tabindex="-1" />
<NcButton v-if="showVideo"
type="secondary"
Expand Down Expand Up @@ -719,8 +719,8 @@ export default {
&__preview > &__preview-mirror {
position: absolute;
top: var(--default-grid-baseline);
right: var(--default-grid-baseline);
top: calc(var(--default-grid-baseline) * 2);
right: calc(var(--default-grid-baseline) * 2);
}
&__toggles {
Expand Down

0 comments on commit 3252d03

Please sign in to comment.