chore: lint
This commit is contained in:
parent
4e64397635
commit
eed4e13d59
2 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkButton primary rounded :class="$style.bannerEdit" @click="changeBanner">{{ i18n.ts._profile.changeBanner }}</MkButton>
|
<MkButton primary rounded :class="$style.bannerEdit" @click="changeBanner">{{ i18n.ts._profile.changeBanner }}</MkButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<MkInput v-model="profile.name" :max="30" manualSave>
|
<MkInput v-model="profile.name" :max="30" manualSave>
|
||||||
<template #label>{{ i18n.ts._profile.name }}</template>
|
<template #label>{{ i18n.ts._profile.name }}</template>
|
||||||
</MkInput>
|
</MkInput>
|
||||||
|
|
|
@ -356,11 +356,11 @@ onUnmounted(() => {
|
||||||
filter: blur(8px) opacity(0.6);
|
filter: blur(8px) opacity(0.6);
|
||||||
// Funny CSS schenanigans to make background escape container
|
// Funny CSS schenanigans to make background escape container
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
margin-right: -20px;
|
margin-right: -20px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue