increase width of admin-user and instance-admin screens to prevent scrolling the tab bar

This commit is contained in:
Hazelnoot 2025-06-09 13:03:39 -04:00
parent 1fe91cdab7
commit cd92518b59
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
--> -->
<template> <template>
<PageWithHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs" :spacer="true" style="--MI_SPACER-w: 600px; --MI_SPACER-min: 16px; --MI_SPACER-max: 32px;"> <PageWithHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs" :spacer="true" style="--MI_SPACER-w: 700px; --MI_SPACER-min: 16px; --MI_SPACER-max: 32px;">
<FormSuspense v-if="init" :p="init"> <FormSuspense v-if="init" :p="init">
<div v-if="user && info"> <div v-if="user && info">
<div v-if="tab === 'overview'" class="_gaps"> <div v-if="tab === 'overview'" class="_gaps">

View file

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
--> -->
<template> <template>
<PageWithHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs" :spacer="true" style="--MI_SPACER-w: 600px; --MI_SPACER-min: 16px; --MI_SPACER-max: 32px;"> <PageWithHeader v-model:tab="tab" :actions="headerActions" :tabs="headerTabs" :spacer="true" style="--MI_SPACER-w: 700px; --MI_SPACER-min: 16px; --MI_SPACER-max: 32px;">
<div v-if="instance"> <div v-if="instance">
<!-- This empty div is preserved to avoid merge conflicts --> <!-- This empty div is preserved to avoid merge conflicts -->
<div> <div>