Make Circle drop-down full width on mobile
This commit is contained in:
parent
475b0851d6
commit
6232901060
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue