Skip to content

Commit a132211

Browse files
committed
style: notepad longer
1 parent 64ccae9 commit a132211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/NotepadPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const NotepadPage = () => {
232232

233233
{/* Notepad Area */}
234234
<div
235-
className={`${isFixedSize ? 'h-[60vh]' : 'flex-grow'} rounded-lg shadow-lg relative overflow-hidden flex flex-col transition-all duration-500 ${isRainy ? 'bg-gray-800 border border-gray-700' : 'bg-white border border-gray-200'}`}
235+
className={`${isFixedSize ? 'h-[80vh]' : 'flex-grow'} rounded-lg shadow-lg relative overflow-hidden flex flex-col transition-all duration-500 ${isRainy ? 'bg-gray-800 border border-gray-700' : 'bg-white border border-gray-200'}`}
236236
>
237237
{/* Paper Lines Background */}
238238
<div

0 commit comments

Comments
 (0)