This commit is contained in:
2025-09-20 21:04:45 +08:00
commit d204ffe6fa
9 changed files with 203 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/* Global reset for full screen web-view */
page {
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
width: 100vw;
height: 100vh;
overflow: hidden;
}
/* Ensure no system styling interferes */
* {
box-sizing: border-box;
}