This commit is contained in:
syuilo
2024-07-30 20:58:25 +09:00
parent 400ae6ef01
commit 63f9c271ca
3 changed files with 30 additions and 23 deletions

View File

@@ -15,8 +15,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<template v-if="emoji" #header>:{{ emoji.name }}:</template>
<template v-else #header>New emoji</template>
<div>
<MkSpacer :marginMin="20" :marginMax="28">
<div style="display: flex; flex-direction: column; min-height: 100%;">
<MkSpacer :marginMin="20" :marginMax="28" style="flex-grow: 1;">
<div class="_gaps_m">
<div v-if="imgUrl != null" :class="$style.imgs">
<div style="background: #000;" :class="$style.imgContainer">
@@ -239,6 +239,7 @@ async function del() {
.footer {
position: sticky;
z-index: 10000;
bottom: 0;
left: 0;
padding: 12px;