Update app.py
Browse files
app.py
CHANGED
|
@@ -90,10 +90,10 @@ textarea {
|
|
| 90 |
color: #e6e6e6 !important;
|
| 91 |
font-size: 16px !important;
|
| 92 |
transition: all 0.4s ease !important;
|
| 93 |
-
width: 80% !important;
|
| 94 |
-
max-width: 600px !important;
|
| 95 |
-
margin: 0 auto !important;
|
| 96 |
display: block !important;
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
textarea:focus {
|
| 99 |
transform: scale(1.03) !important;
|
|
@@ -130,9 +130,10 @@ div.stButton > button:hover {
|
|
| 130 |
border-radius: 20px;
|
| 131 |
animation: slideUpGlow 1s ease-out;
|
| 132 |
text-align: center;
|
| 133 |
-
width:
|
| 134 |
max-width: 700px;
|
| 135 |
margin: 20px auto;
|
|
|
|
| 136 |
display: block;
|
| 137 |
}
|
| 138 |
@keyframes slideUpGlow {
|
|
@@ -161,9 +162,10 @@ div.stButton > button:hover {
|
|
| 161 |
color: #ff9999;
|
| 162 |
animation: fadeInShake 0.6s ease;
|
| 163 |
text-align: center;
|
| 164 |
-
width:
|
| 165 |
max-width: 600px;
|
| 166 |
margin: 20px auto;
|
|
|
|
| 167 |
}
|
| 168 |
@keyframes fadeInShake {
|
| 169 |
0% { opacity: 0; transform: translateX(-20px); }
|
|
|
|
| 90 |
color: #e6e6e6 !important;
|
| 91 |
font-size: 16px !important;
|
| 92 |
transition: all 0.4s ease !important;
|
|
|
|
|
|
|
|
|
|
| 93 |
display: block !important;
|
| 94 |
+
margin: 0 auto !important;
|
| 95 |
+
width: 100% !important;
|
| 96 |
+
max-width: 600px !important;
|
| 97 |
}
|
| 98 |
textarea:focus {
|
| 99 |
transform: scale(1.03) !important;
|
|
|
|
| 130 |
border-radius: 20px;
|
| 131 |
animation: slideUpGlow 1s ease-out;
|
| 132 |
text-align: center;
|
| 133 |
+
width: 100%;
|
| 134 |
max-width: 700px;
|
| 135 |
margin: 20px auto;
|
| 136 |
+
min-height: 150px;
|
| 137 |
display: block;
|
| 138 |
}
|
| 139 |
@keyframes slideUpGlow {
|
|
|
|
| 162 |
color: #ff9999;
|
| 163 |
animation: fadeInShake 0.6s ease;
|
| 164 |
text-align: center;
|
| 165 |
+
width: 100%;
|
| 166 |
max-width: 600px;
|
| 167 |
margin: 20px auto;
|
| 168 |
+
padding: 15px;
|
| 169 |
}
|
| 170 |
@keyframes fadeInShake {
|
| 171 |
0% { opacity: 0; transform: translateX(-20px); }
|