Skip to content

Commit cfe0330

Browse files
author
Curtis Gray
committed
Simplify admin ux a smidge
1 parent ce70ade commit cfe0330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default () =>
122122
return (
123123
<div className="h-screen w-screen flex flex-col p-8 items-center justify-center bg-gray-50">
124124
<h1 className="font-semibold text-xl pb-8">ODOBO</h1>
125-
<div className="flex flex-col items-center p-4 space-y-4 w-full overflow-y-auto bg-gray-100" style={{ maxHeight: "50vh" }}>
125+
<div className="flex flex-col items-center p-4 space-y-4 w-full overflow-y-auto bg-gray-100">
126126
{downloads.length > 0 &&
127127
downloads.map((download) => (
128128
<div className="flex justify-between w-3/4 items-center" key={download.filePath}>

0 commit comments

Comments
 (0)