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 {
|
.dataDiv {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@@ -249,16 +258,18 @@ header h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#render-ex {
|
#render-ex {
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
#renderImgDiv {
|
#renderImgDiv {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
width: 100%;
|
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
|
width: fit-content;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noMarginBottom {
|
.noMarginBottom {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>StickExporterTX</title>
|
<title>StickExporterTX</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: #172336;margin:0;padding:0;color:white;font-family:sans-serif;">
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user