色々
This commit is contained in:
parent
0cf3082902
commit
399f7c451b
11 changed files with 691 additions and 613 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -38,6 +38,7 @@ const props = withDefaults(defineProps<{
|
|||
withRenotes?: boolean;
|
||||
withReplies?: boolean;
|
||||
onlyFiles?: boolean;
|
||||
|
||||
}>(), {
|
||||
withRenotes: true,
|
||||
withReplies: false,
|
||||
|
|
|
|||
|
|
@ -177,7 +177,6 @@ onUnmounted(() => {
|
|||
margin-left: 0;
|
||||
}
|
||||
> .titleContainer {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue