Skip to content

Commit

Permalink
chore: adjust styles
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 3, 2023
1 parent 94e5d58 commit 72b84d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/client/internals/NotesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ function decreaseFontSize() {
:placeholder="`No notes for Slide ${pageNo}.`"
/>
</div>
<div v-if="nextRoute" class="px-5 py-4 max-h-40 overflow-auto border-t border-gray-400 border-opacity-20">
<div v-if="nextRoute" class="px-5 py-2 max-h-60 overflow-auto border-t border-gray-400 border-opacity-20">
<NoteDisplay
class="opacity-50"
:note="nextRoute?.meta?.slide?.note"
:note-html="nextRoute?.meta?.slide?.noteHTML"
placeholder="No notes for next slide."
Expand Down

0 comments on commit 72b84d4

Please sign in to comment.