Updated preview design

This commit is contained in:
2022-11-23 20:00:59 +01:00
parent 57a6d7479b
commit 377e26c124
2 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
body {
background-color: #172336;
margin: 0;
padding: 0;
color: white;
font-family: sans-serif;
overflow: hidden;
}
.dataDiv {
display: flex;
}
@@ -249,16 +258,18 @@ header h1 {
}
#render-ex {
width: 100%;
width: auto;
height: auto;
max-width: 100%;
display: block;
border-radius: 10px;
}
#renderImgDiv {
position: relative;
margin-top: 15px;
width: 100%;
image-rendering: pixelated;
width: fit-content;
height: fit-content;
}
.noMarginBottom {

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>StickExporterTX</title>
</head>
<body style="background-color: #172336;margin:0;padding:0;color:white;font-family:sans-serif;">
<body>
<div id="root"></div>
<script>