Make Circle drop-down full width on mobile
This commit is contained in:
parent
475b0851d6
commit
6232901060
|
|
@ -36,16 +36,14 @@ 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>
|
||||
</div>
|
||||
<template v-if="cockpitStore.selectedCircle">
|
||||
<!-- Status -->
|
||||
<div class="mb-4 gap-4 lg:grid lg:grid-cols-3 lg:grid-rows-none">
|
||||
|
|
|
|||
Loading…
Reference in New Issue