custom fonts

This commit is contained in:
pa
2026-01-17 19:42:55 +09:00
committed by Natsumi
parent f7a214951d
commit 5e5abc1141
29 changed files with 251 additions and 153 deletions

View File

@@ -1139,14 +1139,14 @@
</template>
<template #JSON>
<Button
class="rounded-full h-6 w-6 mr-2"
class="rounded-full mr-2"
size="icon-sm"
variant="outline"
@click="refreshGroupDialogTreeData()">
<RefreshCw />
</Button>
<Button
class="rounded-full h-6 w-6"
class="rounded-full"
size="icon-sm"
variant="outline"
@click="downloadAndSaveJson(groupDialog.id, groupDialog.ref)">

View File

@@ -1,17 +1,13 @@
<template>
<Dialog v-model:open="groupMemberModeration.visible">
<DialogContent class="x-dialog max-w-none w-[90vw]">
<DialogContent class="x-dialog max-w-none sm:min-w-[90vw] sm:max-w-[90vw] sm:min-h-[90vh] sm:max-h-[90vh]">
<DialogHeader>
<DialogTitle>{{ t('dialog.group_member_moderation.header') }}</DialogTitle>
</DialogHeader>
<div>
<h3>{{ groupMemberModeration.groupRef.name }}</h3>
<TabsUnderline
default-value="members"
:items="groupModerationTabs"
:unmount-on-hide="false"
style="height: 100%">
<TabsUnderline default-value="members" :items="groupModerationTabs" :unmount-on-hide="false">
<template #members>
<div style="margin-top: 10px">
<Button
@@ -54,10 +50,8 @@
)
"
@click.stop>
<span>
{{ t(memberSortOrder.name) }}
<ArrowDown style="margin-left: 5px" />
</span>
{{ t(memberSortOrder.name) }}
<ArrowDown style="margin-left: 5px" />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent>
@@ -96,10 +90,8 @@
)
"
@click.stop>
<span>
{{ t(memberFilter.name) }}
<ArrowDown style="margin-left: 5px" />
</span>
{{ t(memberFilter.name) }}
<ArrowDown style="margin-left: 5px" />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent>