chore: format

This commit is contained in:
Freeplay 2023-06-12 19:56:15 -04:00
parent c1d4178360
commit 1a29bbe895
2 changed files with 8 additions and 10 deletions

View file

@ -1,12 +1,6 @@
<template>
<button
class="menu _button"
@click.stop="menu"
v-tooltip="i18n.ts.menu"
>
<i
class="ph-dots-three-outline ph-bold ph-lg"
></i>
<button class="menu _button" @click.stop="menu" v-tooltip="i18n.ts.menu">
<i class="ph-dots-three-outline ph-bold ph-lg"></i>
</button>
<button
v-if="$i != null && $i.id != user.id"
@ -74,7 +68,6 @@ import { useRouter } from "@/router";
const router = useRouter();
const emit = defineEmits(["refresh"]);
const props = withDefaults(
defineProps<{

View file

@ -217,7 +217,12 @@ onMounted(() => {
inset: 0;
z-index: 2;
height: 84px;
background: linear-gradient(-125deg, rgba(0,0,0,0.7), transparent, transparent);
background: linear-gradient(
-125deg,
rgba(0, 0, 0, 0.7),
transparent,
transparent
);
}
&::after {