1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-27 23:34:37 +02:00
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>