Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +8 -1
static/index.html
CHANGED
|
@@ -117,7 +117,14 @@
|
|
| 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 |
.download { font-size: 0.8rem; color: #a78bfa; cursor: pointer; text-decoration: underline; }
|
| 122 |
.size-tag { font-size: 0.75rem; color: #444460; }
|
| 123 |
.decoded-text {
|
|
|
|
| 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 {
|