Skip to content

Commit

Permalink
Update Journal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
dre-bk201 committed Oct 21, 2023
1 parent 53de2f6 commit 4eb9d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Journal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function copyToClipboard() {
<OpenModalIcon @click="openModal(idx)" v-tooltip.top="{ value: 'Open modal', class: 'modal' }" />
</DialogTrigger>
<DialogContent class="p-0 border-transparent outline-none">
<div class="rounded-xl h-[650px] relative w-[500px] flex flex-col px-5 py-2 adaptive--darker overflow-hidden">
<div class="rounded-xl h-[620px] relative flex flex-col px-5 py-2 adaptive--darker overflow-hidden">
<!-- Header -->
<section class="flex justify-between text-white">
<h1 class="text-2xl">View Logs</h1>
Expand Down

0 comments on commit 4eb9d40

Please sign in to comment.