Make Circle drop-down full width on mobile

This commit is contained in:
Reto Aebersold 2023-09-21 09:53:27 +02:00
parent 475b0851d6
commit 6232901060
1 changed files with 6 additions and 8 deletions

View File

@ -36,15 +36,13 @@ function userCountStatusForCircle(userId: string) {
<template>
<div class="bg-gray-200">
<div class="container-large">
<div class="mb-9 flex items-end justify-between">
<div class="mb-9 flex flex-col lg:flex-row lg:items-center lg:justify-between">
<h1>Cockpit</h1>
<div class="flex flex-row">
<ItDropdownSelect
v-model="cockpitStore.selectedCircle"
class="mt-4 w-full lg:mt-0 lg:w-96"
:items="cockpitStore.circles"
></ItDropdownSelect>
</div>
<ItDropdownSelect
v-model="cockpitStore.selectedCircle"
class="mt-4 w-full lg:mt-0 lg:w-96"
:items="cockpitStore.circles"
></ItDropdownSelect>
</div>
<template v-if="cockpitStore.selectedCircle">
<!-- Status -->