Vlad Bastina commited on
Commit
84f128b
·
1 Parent(s): e055921

prompt change

Browse files
Files changed (1) hide show
  1. style.css +28 -1
style.css CHANGED
@@ -89,4 +89,31 @@ body {
89
  .st-emotion-cache-t1wise {
90
  padding: 0 54px !important;
91
  }
92
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  .st-emotion-cache-t1wise {
90
  padding: 0 54px !important;
91
  }
92
+ }
93
+
94
+ [data-testid="stSidebarContent"] {
95
+ border: 1px solid #C0CDF5 !important;
96
+ background: white !important;
97
+ border-radius: 18px;
98
+ }
99
+
100
+ .st-emotion-cache-11ig4q4 {
101
+ background-color: transparent !important;
102
+ }
103
+
104
+ .st-emotion-cache-mtjnbi {
105
+ padding: 0 !important;
106
+ }
107
+
108
+ .st-ba {
109
+ border-bottom-color: rgba(49, 51, 63, 0.2) !important;
110
+ }
111
+ .st-b9 {
112
+ border-top-color: rgba(49, 51, 63, 0.2) !important;
113
+ }
114
+ .st-b8 {
115
+ border-right-color: rgba(49, 51, 63, 0.2) !important;
116
+ }
117
+ .st-b7 {
118
+ border-left-color: rgba(49,51,63,0.2) !important;
119
+ }