mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Updated preview design
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user