style: Mobile Styles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-24 14:16:13 +01:00
parent 5534f00a7d
commit 91592b06d7
5 changed files with 26 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ async function runJobs(job: string) {
</script>
<template>
<div class="flex gap-4">
<UCard class="w-1/2">
<div class="flex flex-col gap-4 md:flex-row">
<UCard class="w-full md:w-1/2">
<template #header>
<h1 class="font-sans text-3xl font-bold">
Server Jobs
@@ -24,7 +24,7 @@ async function runJobs(job: string) {
</UButton>
</template>
</UCard>
<UCard class="w-1/2">
<UCard class="w-full md:w-1/2">
<template #header>
<h1 class="font-sans text-3xl font-bold">
Server Logs

View File

@@ -6,7 +6,7 @@ definePageMeta({ middleware: ['role-admin'] })
<template>
<div>
<UCard class="w-1/2">
<UCard class="w-full md:w-1/2">
<template #header>
<h1 class="font-sans text-3xl font-bold">
Benutzer Aktionen