diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-03 09:19:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-03 09:19:54 +0900 |
| commit | 631ffc8cf6efce264c84f08f2b1c54403a360942 (patch) | |
| tree | ccc1526b27b5e8fe885aa2483982205832477c20 | |
| parent | drop latestStatus of instance (diff) | |
| download | sharkey-631ffc8cf6efce264c84f08f2b1c54403a360942.tar.gz sharkey-631ffc8cf6efce264c84f08f2b1c54403a360942.tar.bz2 sharkey-631ffc8cf6efce264c84f08f2b1c54403a360942.zip | |
fix style
| -rw-r--r-- | packages/frontend/src/pages/admin/index.vue | 2 |
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> |