client linter fix.

This commit is contained in:
m1k1o 2021-03-01 15:10:20 +01:00
parent 0e5e1faf35
commit 15edc0f73e
8 changed files with 36 additions and 43 deletions

View file

@ -1,14 +1,6 @@
<template>
<div
class="clipboard"
v-if="opened"
@click="$event.stopPropagation()"
>
<textarea
ref="textarea"
v-model="clipboard"
@focus="$event.target.select()"
/>
<div class="clipboard" v-if="opened" @click="$event.stopPropagation()">
<textarea ref="textarea" v-model="clipboard" @focus="$event.target.select()" />
</div>
</template>
@ -23,7 +15,8 @@
bottom: 10px;
right: 10px;
&, textarea {
&,
textarea {
max-width: 320px;
width: 100%;
max-height: 120px;