Skip to content

Commit

Permalink
Simplify admin ux a smidge
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Gray committed May 22, 2024
1 parent ce70ade commit cfe0330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default () =>
return (
<div className="h-screen w-screen flex flex-col p-8 items-center justify-center bg-gray-50">
<h1 className="font-semibold text-xl pb-8">ODOBO</h1>
<div className="flex flex-col items-center p-4 space-y-4 w-full overflow-y-auto bg-gray-100" style={{ maxHeight: "50vh" }}>
<div className="flex flex-col items-center p-4 space-y-4 w-full overflow-y-auto bg-gray-100">
{downloads.length > 0 &&
downloads.map((download) => (
<div className="flex justify-between w-3/4 items-center" key={download.filePath}>
Expand Down

0 comments on commit cfe0330

Please sign in to comment.