mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
Fix viewport meta tag to support fold devices properly
Co-authored-by: johannesjo <1456265+johannesjo@users.noreply.github.com>
This commit is contained in:
parent
76b2020434
commit
bbaac5462c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<title>Super Productivity</title>
|
||||
|
||||
<meta
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||
name="viewport"
|
||||
/>
|
||||
<link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue