Browse Source

Merge pull request #59 from towards-a-new-leftypol/mobile_thread_enable_zoom

Allow mobile users to zoom in
pull/40/head
nonmakina 3 years ago
committed by GitHub
parent
commit
8a8761dae0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/page.html
  2. 2
      templates/thread.html

2
templates/page.html

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript">
var active_page = "page";

2
templates/thread.html

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript">

Loading…
Cancel
Save