This commit is contained in:
syuilo 2023-10-22 16:08:41 +09:00
parent 7e80b3d4d4
commit 5cd98804a2
1 changed files with 4 additions and 2 deletions

View File

@ -58,9 +58,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup> <script lang="ts" setup>
import { computed, defineAsyncComponent, ref, watch } from 'vue'; import { computed, defineAsyncComponent, ref, watch } from 'vue';
import { openInstanceMenu } from './common'; import { openInstanceMenu } from './common.js';
import * as os from '@/os.js'; import * as os from '@/os.js';
import { navbarItemDef } from '@/navbar'; import { navbarItemDef } from '@/navbar.js';
import { $i, openAccountMenu as openAccountMenu_ } from '@/account.js'; import { $i, openAccountMenu as openAccountMenu_ } from '@/account.js';
import { defaultStore } from '@/store.js'; import { defaultStore } from '@/store.js';
import { i18n } from '@/i18n.js'; import { i18n } from '@/i18n.js';
@ -230,6 +230,7 @@ function more(ev: MouseEvent) {
text-align: left; text-align: left;
box-sizing: border-box; box-sizing: border-box;
margin-top: 16px; margin-top: 16px;
overflow: clip;
} }
.avatar { .avatar {
@ -401,6 +402,7 @@ function more(ev: MouseEvent) {
display: block; display: block;
text-align: center; text-align: center;
width: 100%; width: 100%;
overflow: clip;
} }
.avatar { .avatar {