small ui update
This commit is contained in:
parent
1c01b29be7
commit
8760f27b51
2 changed files with 9 additions and 3 deletions
|
|
@ -802,8 +802,13 @@ watch(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<AppPage title="Publications" subtitle="Review discoveries, open PDFs, and update read/favorite state in one workspace.">
|
||||
<AppCard class="space-y-4">
|
||||
<AppPage
|
||||
title="Publications"
|
||||
subtitle="Review discoveries, open PDFs, and update read/favorite state in one workspace."
|
||||
fill
|
||||
>
|
||||
<div class="flex min-h-0 flex-1 flex-col gap-4 xl:overflow-hidden">
|
||||
<AppCard class="flex min-h-0 flex-1 flex-col gap-4">
|
||||
<div class="grid gap-3 xl:grid-cols-[minmax(0,13rem)_minmax(0,18rem)_minmax(0,1fr)_auto] xl:items-end">
|
||||
<div class="grid gap-1 text-xs text-secondary">
|
||||
<div class="flex items-center gap-1">
|
||||
|
|
@ -1116,6 +1121,7 @@ watch(
|
|||
</div>
|
||||
</div>
|
||||
</AppCard>
|
||||
</div>
|
||||
</AppPage>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -869,7 +869,7 @@ onMounted(() => {
|
|||
/>
|
||||
|
||||
<div v-else class="space-y-3 xl:flex xl:h-full xl:min-h-0 xl:flex-col xl:space-y-0 xl:overflow-hidden">
|
||||
<ul class="grid gap-3 lg:hidden">
|
||||
<ul class="flex gap-3 overflow-x-auto p-1 lg:hidden">
|
||||
<li
|
||||
v-for="item in visibleScholars"
|
||||
:key="item.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue