Spaces:
Running
Running
change output color and size
Browse files- app/static/style.css +3 -2
app/static/style.css
CHANGED
@@ -52,10 +52,11 @@ h1 {
|
|
52 |
}
|
53 |
|
54 |
.text-gen-output {
|
55 |
-
|
56 |
-
|
57 |
padding: 0.5rem;
|
58 |
border: 1px solid grey;
|
|
|
59 |
border-radius: 5px;
|
60 |
}
|
61 |
|
|
|
52 |
}
|
53 |
|
54 |
.text-gen-output {
|
55 |
+
width: 100%;
|
56 |
+
min-height: 2.2rem;
|
57 |
padding: 0.5rem;
|
58 |
border: 1px solid grey;
|
59 |
+
background-color: #D3D3D3;
|
60 |
border-radius: 5px;
|
61 |
}
|
62 |
|