We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ccae9 commit a132211Copy full SHA for a132211
src/pages/apps/NotepadPage.js
@@ -232,7 +232,7 @@ const NotepadPage = () => {
232
233
{/* Notepad Area */}
234
<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'}`}
+ 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'}`}
236
>
237
{/* Paper Lines Background */}
238
0 commit comments