Skip to content

Commit

Permalink
layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Kaggl committed Mar 25, 2024
1 parent f7bb1e2 commit 5439aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/hierarchy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ useHead({
<template>
<MainContent class="relative mx-auto grid w-full grid-flow-row grid-rows-[auto_1fr]">
<div class="container mx-auto flex flex-wrap justify-between">
<div class="flex flex-wrap">
<div class="flex flex-wrap justify-end md:justify-normal">
<Autocomplete v-model="comQuery" />
<GenericListbox v-model="show" class="m-2 w-full min-w-56 md:w-auto" :items="showItems" />
<GenericListbox
Expand All @@ -149,7 +149,7 @@ useHead({
<NuxtLink
v-if="comQuery && ['Person', 'Institution'].includes(comQuery.group)"
:href="localePath(`/detail/${comQuery.group.toLowerCase()}s/${comQuery.pk}`)"
class="self-end"
class="mr-4 md:m-0"
>
<button
class="m-2 flex min-h-11 w-full items-center gap-1 rounded border bg-white px-2 shadow-md transition hover:bg-slate-200 active:bg-slate-300"
Expand Down

0 comments on commit 5439aa1

Please sign in to comment.