summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-03 09:19:54 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-03 09:19:54 +0900
commit631ffc8cf6efce264c84f08f2b1c54403a360942 (patch)
treeccc1526b27b5e8fe885aa2483982205832477c20 /packages
parentdrop latestStatus of instance (diff)
downloadsharkey-631ffc8cf6efce264c84f08f2b1c54403a360942.tar.gz
sharkey-631ffc8cf6efce264c84f08f2b1c54403a360942.tar.bz2
sharkey-631ffc8cf6efce264c84f08f2b1c54403a360942.zip
fix style
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/pages/admin/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue
index 406677229f..c71ebd4e2e 100644
--- a/packages/frontend/src/pages/admin/index.vue
+++ b/packages/frontend/src/pages/admin/index.vue
@@ -16,7 +16,7 @@
</div>
</MkSpacer>
</div>
- <div v-if="!(narrow && currentPage?.route.name == null)" class="main" style="container-type: inline-size;">
+ <div v-if="!(narrow && currentPage?.route.name == null)" class="main">
<RouterView/>
</div>
</div>