i hate apple i hate apple

This commit is contained in:
legop3
2026-06-12 14:44:40 -04:00
parent 87dc70d11d
commit 9775ee06f4
4 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -12,8 +12,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title> <title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-D9aVoWKy.js"></script> <script type="module" crossorigin src="/assets/index-wuwc42gB.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BGz8Fj5K.css"> <link rel="stylesheet" crossorigin href="/assets/index-CQOMqi-7.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+2 -2
View File
@@ -269,9 +269,9 @@ body {
a homescreen app. We then add back only the unsafe notch edges so controls a homescreen app. We then add back only the unsafe notch edges so controls
do not sit under camera hardware, while the opposite edge stays flush. do not sit under camera hardware, while the opposite edge stays flush.
*/ */
padding-top: env(safe-area-inset-top); /* padding-top: env(safe-area-inset-top); */
padding-left: env(safe-area-inset-left); padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right); /* padding-right: env(safe-area-inset-right); */
padding-bottom: 0; padding-bottom: 0;
} }
} }