mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 23:51:13 +00:00
forgor to remove debug outlines, whoopsie
This commit is contained in:
parent
67151d794c
commit
edcc8fdb96
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
v-if="isFullscreen"
|
||||
class="debug"
|
||||
:style="
|
||||
verticalFullscreen
|
||||
? 'position: absolute; height: calc(100vh - 14rem); bottom: 7rem; right: 0;'
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
<!-- bottom controls row -->
|
||||
<div
|
||||
style="position: absolute; width: 100%; bottom: 0.5rem"
|
||||
class="debug d-flex justify-between align-center px-2"
|
||||
class="d-flex justify-between align-center px-2"
|
||||
@click.self="controlsHandler()"
|
||||
>
|
||||
<fscontrols
|
||||
|
|
Loading…
Reference in a new issue