Skip to content

Commit 2248a0a

Browse files
committed
Use full page-content for SwaggerUI
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent c7b4436 commit 2248a0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bundles/org.openhab.ui/web/src/pages/developer/api-explorer.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<f7-navbar>
44
<oh-nav-content title="API Explorer" back-link="Developer Tools" back-link-url="/developer/" :f7router />
55
</f7-navbar>
6-
<f7-block>
6+
<f7-block class="no-padding no-margin">
77
<f7-col>
8-
<f7-card id="swaggerUi" />
8+
<div class="no-margin" id="swaggerUi" />
99
</f7-col>
1010
</f7-block>
1111
</f7-page>
@@ -17,7 +17,6 @@
1717
padding-bottom 5px
1818
color var(--f7-text-color) !important
1919
.wrapper
20-
padding 0
2120
max-width inherit
2221
.information-container, .scheme-container, .authorization__btn
2322
display none
@@ -116,7 +115,6 @@
116115
</style>
117116

118117
<script setup lang="ts">
119-
import { onMounted, ref } from 'vue'
120118
import { type Router } from 'framework7'
121119
import { getAccessToken, getTokenInCustomHeader, getBasicCredentials } from '@/js/openhab/auth'
122120

0 commit comments

Comments
 (0)