Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskahn committed Sep 19, 2024
1 parent 17763a3 commit 925898b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 0 additions & 4 deletions web/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,3 @@
border-radius: 20px;
background-color: rgba(176, 176, 176, 0.9);
}

.h-86 {
height: 21.5rem;
}
5 changes: 5 additions & 0 deletions web/assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@
--tw-text-opacity: 1;
color: var(--fallback-nc, oklch(var(--nc) / var(--tw-text-opacity)));
}

.h-108 {
height: 27rem;
}

@tailwind utilities;
4 changes: 2 additions & 2 deletions web/pages/chat/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ onMounted(async () => {
</div>
</div>

<div class="hidden md:block">
<div class="hidden md:block overflow-y-auto h-108">
<article
v-if="summary"
class="transition-none md:transition ease-in-out md:hover:-translate-y-1 md:hover:h-full md:hover:w-full duration-1000 overflow-y-auto h-86"
class="transition-none md:transition ease-in-out md:hover:-translate-y-1 md:hover:h-full md:hover:w-full duration-1000"
>
<MDCRenderer
:body="summary.body"
Expand Down

0 comments on commit 925898b

Please sign in to comment.