ui enhancements, transparent title bar and custom exit buttons

This commit is contained in:
Andrew Gundersen 2021-02-20 15:39:00 -06:00
commit 8ff21026a5
7 changed files with 227 additions and 27 deletions

View file

@ -1,7 +1,7 @@
<template>
<foreignObject class="inputContainer" :x="textXoffset" y="450" width="55%" height="50%">
<div xmlns="http://www.w3.org/1999/xhtml">
<div class="inputBubble" contenteditable v-show="input.length > 0">
<div class="inputBubble" contenteditable v-show="input.length > 0" font-family="SF Pro">
<p>{{ input }}</p>
</div>
</div>