ui enhancements, transparent title bar and custom exit buttons
This commit is contained in:
parent
d62561f6e8
commit
8ff21026a5
7 changed files with 227 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue