Skip to content

Commit

Permalink
Remove meta viewport tag for mobile
Browse files Browse the repository at this point in the history
Since we don't have proper mobile responsive design (yet), we can't use this tag as it makes stuff look horrible.
  • Loading branch information
kotx authored May 15, 2023
1 parent 3574ec2 commit 5d10c31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "render2",
"version": "1.1.3",
"version": "1.1.4",
"author": "kotx",
"description": "A Cloudflare worker for proxying readonly requests to Cloudflare R2",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ 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">
<meta charset="utf-8">
<style type="text/css">
td { padding-right: 16px; text-align: right; font-family: monospace }
Expand Down

0 comments on commit 5d10c31

Please sign in to comment.