Zwischenstand
This commit is contained in:
@@ -248,7 +248,7 @@ onMounted(() => {
|
||||
<TenantDropdown class="min-w-0 w-full max-w-sm" />
|
||||
</div>-->
|
||||
|
||||
<UDashboardGroup class="flex min-h-0 flex-1 flex-col overflow-hidden">
|
||||
<UDashboardGroup class="flex min-h-0 flex-1 overflow-hidden">
|
||||
|
||||
|
||||
<UDashboardSidebar
|
||||
@@ -298,7 +298,7 @@ onMounted(() => {
|
||||
</UButton>
|
||||
</div>
|
||||
|
||||
<UDivider class="sticky bottom-0 w-full"/>
|
||||
<USeparator class="sticky bottom-0 w-full"/>
|
||||
<UserDropdown style="margin-bottom: env(safe-area-inset-bottom, 10px) !important;" class="w-full"/>
|
||||
</div>
|
||||
</template>
|
||||
@@ -345,7 +345,7 @@ onMounted(() => {
|
||||
</div>
|
||||
<UButton
|
||||
variant="outline"
|
||||
color="rose"
|
||||
color="error"
|
||||
@click="auth.logout()"
|
||||
>Abmelden
|
||||
</UButton>
|
||||
|
||||
Reference in New Issue
Block a user