Skip to content

Commit 50ef6c6

Browse files
nicoschmdtpatrickelectric
authored andcommitted
frontend: views: ExtensionManagerView: center extension manager tabs
1 parent 48db681 commit 50ef6c6

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

core/frontend/src/views/ExtensionManagerView.vue

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,17 @@
216216
:extension-name="selected_log_extension_name"
217217
/>
218218
<v-toolbar>
219-
<v-spacer />
219+
<v-btn
220+
icon
221+
class="extension-toolbar-spacer"
222+
aria-hidden="true"
223+
tabindex="-1"
224+
/>
220225
<v-tabs
221226
v-model="tab"
222227
fixed-tabs
228+
show-arrows
229+
class="extension-tabs flex-grow-1"
223230
>
224231
<v-tab key="0" href="#0" class="tab-text">
225232
<v-icon class="mr-3">
@@ -240,11 +247,9 @@
240247
Installed
241248
</v-tab>
242249
</v-tabs>
243-
<v-spacer />
244250
<v-btn
245251
v-tooltip="'Settings'"
246252
icon
247-
hide-details="auto"
248253
@click="show_settings = true"
249254
>
250255
<v-icon>mdi-cog</v-icon>
@@ -1214,6 +1219,15 @@ pre.logs {
12141219
white-space: nowrap !important;
12151220
}
12161221
1222+
.extension-tabs {
1223+
min-width: 0;
1224+
}
1225+
1226+
.extension-toolbar-spacer {
1227+
visibility: hidden;
1228+
pointer-events: none;
1229+
}
1230+
12171231
.scrollable-content {
12181232
max-height: calc(80vh - 64px);
12191233
overflow-y: auto;

0 commit comments

Comments
 (0)