methodya commited on
Commit
69d306f
·
verified ·
1 Parent(s): d078e95

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +21 -1
style.css CHANGED
@@ -100,4 +100,24 @@ button.lg.secondary {
100
  .block.svelte-11xb1hd.padded.auto-margin {
101
  overflow: hidden !important;
102
  margin-bottom: 20px !important;
103
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  .block.svelte-11xb1hd.padded.auto-margin {
101
  overflow: hidden !important;
102
  margin-bottom: 20px !important;
103
+ }
104
+
105
+ input.svelte-173056l.svelte-173056l,
106
+ textarea.svelte-173056l.svelte-173056l {
107
+ flex-grow: 1 !important;
108
+ outline: none !important;
109
+ margin-top: 0px !important;
110
+ margin-bottom: 0px !important;
111
+ resize: none !important;
112
+ z-index: 1 !important;
113
+ display: block !important;
114
+ position: relative !important;
115
+ background: var(--input-background-fill) !important;
116
+ padding: var(--input-padding) !important;
117
+ width: 100% !important;
118
+ color: #191996 !important;
119
+ font-weight: var(--input-text-weight) !important;
120
+ font-size: var(--input-text-size) !important;
121
+ line-height: var(--line-sm) !important;
122
+ border: none !important;
123
+ }