forgor to remove debug outlines, whoopsie

This commit is contained in:
Nikita Krupin 2022-07-19 20:13:19 -04:00
parent 67151d794c
commit edcc8fdb96
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<template>
<div
v-if="isFullscreen"
class="debug"
:style="
verticalFullscreen
? 'position: absolute; height: calc(100vh - 14rem); bottom: 7rem; right: 0;'

View File

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