Skip to content

Commit

Permalink
Make the listing page sane on mobile (kotx#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Jan 27, 2023
1 parent c43c8c3 commit e7925a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ async function makeListingResponse(path: string, env: Env, request: Request): Pr
<html>
<head>
<title>Index of ${path}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
td { padding-right: 16px; text-align: right; font-family: monospace }
td:nth-of-type(1) { text-align: left; }
Expand Down

0 comments on commit e7925a1

Please sign in to comment.