This commit is contained in:
Andrew Gundersen 2021-03-29 10:18:26 -05:00
commit fcac59a7a0
3 changed files with 10 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<template>
<div id="app" v-if="(windowReady && sessionReady)">
<button class="titlebar" />
<button id="titlebar" />
<!-- Minimize and exit buttons. -->
<span class="menu">
@ -138,7 +138,7 @@ html, body {
border-radius: 15px;
}
.titlebar {
#titlebar {
position: fixed;
width: 100vw;
@ -148,7 +148,6 @@ html, body {
background-color: #EBEBEB;
-webkit-user-select: none;
-webkit-app-region: drag;
border: none;