File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33< head >
4- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
4+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, viewport-fit=cover ">
55 < meta content ="text/html;charset=utf-8 " http-equiv ="Content-Type ">
66 < meta content ="utf-8 " http-equiv ="encoding ">
77 < meta property ="og:title " content ="Synergism ">
Original file line number Diff line number Diff line change @@ -5314,6 +5314,13 @@ window.addEventListener('load', async () => {
53145314 } )
53155315 }
53165316
5317+ if ( platform === 'mobile' ) {
5318+ document . body . style . paddingTop = 'env(safe-area-inset-top)'
5319+ document . body . style . paddingLeft = 'env(safe-area-inset-left)'
5320+ document . body . style . paddingRight = 'env(safe-area-inset-right)'
5321+ document . body . style . paddingBottom = 'env(safe-area-inset-bottom)'
5322+ }
5323+
53175324 if ( platform === 'steam' ) {
53185325 const { setRichPresenceDiscord } = await import ( './steam/discord' )
53195326
You can’t perform that action at this time.
0 commit comments