Match-id-a0dd71dd3bbb10c710c5f95972e5dde0948b11f2

This commit is contained in:
* 2022-03-29 18:01:36 +08:00 committed by *
parent e6a8334612
commit cb3a9a0692
1 changed files with 8 additions and 3 deletions

View File

@ -5,13 +5,18 @@
<script src='horizon.production.js'></script>
<style>
html {
display: flex;
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
flex: 1;
display: flex;
width: 100%;
height: 100%;
}
#root {
width: 100%;
height: 100%;
}
</style>
</head>