Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +2 -9
static/index.html
CHANGED
|
@@ -117,14 +117,7 @@
|
|
| 117 |
.status.error { color: #ef4444; }
|
| 118 |
.status.success { color: #22c55e; }
|
| 119 |
.preview { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
|
| 120 |
-
.preview img {
|
| 121 |
-
max-width: 100%;
|
| 122 |
-
width: 300px;
|
| 123 |
-
height: 300px;
|
| 124 |
-
border-radius: 8px;
|
| 125 |
-
border: 1px solid #222238;
|
| 126 |
-
image-rendering: pixelated;
|
| 127 |
-
}
|
| 128 |
.download { font-size: 0.8rem; color: #a78bfa; cursor: pointer; text-decoration: underline; }
|
| 129 |
.size-tag { font-size: 0.75rem; color: #444460; }
|
| 130 |
.decoded-text {
|
|
@@ -462,4 +455,4 @@
|
|
| 462 |
}
|
| 463 |
</script>
|
| 464 |
</body>
|
| 465 |
-
</html>
|
|
|
|
| 117 |
.status.error { color: #ef4444; }
|
| 118 |
.status.success { color: #22c55e; }
|
| 119 |
.preview { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
|
| 120 |
+
.preview img { max-width: 160px; border-radius: 8px; border: 1px solid #222238; image-rendering: pixelated; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
.download { font-size: 0.8rem; color: #a78bfa; cursor: pointer; text-decoration: underline; }
|
| 122 |
.size-tag { font-size: 0.75rem; color: #444460; }
|
| 123 |
.decoded-text {
|
|
|
|
| 455 |
}
|
| 456 |
</script>
|
| 457 |
</body>
|
| 458 |
+
</html>
|