frontend build

This commit is contained in:
Čarodej
2022-02-04 10:58:24 +01:00
parent 5a28eeef1e
commit f8317e761b
75 changed files with 86 additions and 74 deletions

View File

@@ -14,6 +14,13 @@
tabindex="-1"
@click.self="deselect"
>
<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-h0-8+2c-1x-39"
data-ad-client="ca-pub-8058330732865164"
data-ad-slot="6184326900"></ins>
<ItemHandler
@click.native="hideContextMenu"
@dragstart="dragStart(item)"

View File

@@ -1,7 +1,6 @@
<template>
<label
class="flex items-center py-4 px-5 lg:py-3 2xl:py-4"
:class="{'group cursor-pointer hover:bg-light-background dark:hover:bg-4x-dark-foreground': ! isHoverDisabled,}"
class="flex items-center py-4 px-5 lg:py-3 2xl:py-4 group cursor-pointer hover:bg-light-background dark:hover:bg-4x-dark-foreground"
>
<div class="mr-4">
<upload-cloud-icon v-if="type === 'file'" size="17" class="vue-feather group-hover-text-theme" />