gremlin97 commited on
Commit
6b7eab4
·
1 Parent(s): 4c99d55

Add spacing and border to search bar

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -118,13 +118,13 @@ custom_css = """
118
  margin-top: 15px;
119
  }
120
 
121
- #search-bar-table-box > div:first-child {
122
- background: none;
123
- border: none;
124
  }
125
 
126
- #search-bar {
127
- padding: 0px;
 
128
  }
129
 
130
  table td:first-child,
 
118
  margin-top: 15px;
119
  }
120
 
121
+ #search-bar {
122
+ margin-bottom: 20px;
 
123
  }
124
 
125
+ #search-bar textarea {
126
+ border: 1px solid #e0e0e0 !important;
127
+ border-radius: 8px !important;
128
  }
129
 
130
  table td:first-child,