Artem0729 commited on
Commit
7d6df6f
·
verified ·
1 Parent(s): 960b9a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -305,6 +305,11 @@ js_code = """
305
  font-size: 20px;
306
  padding-top: 13px;
307
  }
 
 
 
 
 
308
 
309
  #component-6 {
310
  margin-top: 0%;
@@ -345,6 +350,7 @@ js_code = """
345
  }
346
 
347
  #component-2 {
 
348
  border-radius: 9px;
349
  height: 100%;
350
  opacity: 0;
@@ -353,12 +359,9 @@ js_code = """
353
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
354
  overflow: hidden;
355
  position:fixed;
356
- padding-top:4rem;
357
  bottom:4rem;
358
  gap: unset;
359
- padding-left: 5px;
360
- padding-right: 5px;
361
- padding-bottom: 5px;
362
  }
363
 
364
  #component-4 {
 
305
  font-size: 20px;
306
  padding-top: 13px;
307
  }
308
+
309
+ #component-8 textarea {
310
+ height: 54px;
311
+ padding-left: 14px;
312
+ }
313
 
314
  #component-6 {
315
  margin-top: 0%;
 
350
  }
351
 
352
  #component-2 {
353
+ padding: 64px 0px 0px 0px;
354
  border-radius: 9px;
355
  height: 100%;
356
  opacity: 0;
 
359
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
360
  overflow: hidden;
361
  position:fixed;
 
362
  bottom:4rem;
363
  gap: unset;
364
+ box-shadow: -8px 5px 30px -14px rgba(150,170,180,0.5);
 
 
365
  }
366
 
367
  #component-4 {