This commit is contained in:
syuilo
2025-03-18 17:31:25 +09:00
parent 0a295e1bb0
commit d609f41f61
20 changed files with 324 additions and 73 deletions

View File

@@ -20,8 +20,8 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
<div v-if="!(narrow && currentPage?.route.name == null)" class="main">
<div class="bkzroven" style="container-type: inline-size;">
<RouterView nested/>
<div style="container-type: inline-size;">
<NestedRouterView/>
</div>
</div>
</div>