This commit is contained in:
mattyatea 2024-02-11 20:23:39 +09:00
parent 0cf3082902
commit 399f7c451b
11 changed files with 691 additions and 613 deletions

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,7 @@ const props = withDefaults(defineProps<{
withRenotes?: boolean;
withReplies?: boolean;
onlyFiles?: boolean;
}>(), {
withRenotes: true,
withReplies: false,

View file

@ -177,7 +177,6 @@ onUnmounted(() => {
margin-left: 0;
}
> .titleContainer {
margin: 0 auto;
max-width: 100%;
}
}