ranWang commited on
Commit
d93cdd0
1 Parent(s): ef0744a

update style

Browse files
Files changed (1) hide show
  1. app.css +11 -2
app.css CHANGED
@@ -149,29 +149,38 @@
149
  }
150
  }
151
 
 
 
 
 
152
  .problem-input-markdown {
153
- padding-top: 18px;
154
  border: 1px solid rgba(0, 0, 0, 0.15);
155
  border-radius: 10px;
156
  position: relative;
157
  max-height: 380px;
158
  overflow-y: auto;
 
 
159
  }
160
 
161
  .problem-input-markdown::before {
162
  content: "Problem rendered";
163
  border: 1px solid rgba(0, 0, 0, 0.15);
164
- border-radius: 0 10px 0 0px;
165
  position: absolute;
166
  left: 0;
167
  top: 0;
168
  border-right: 1px solid rgba(0, 0, 0, 0.15);
169
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
 
 
170
  padding: 4px 8px;
171
  }
172
 
173
  .problem-input-markdown .problem-input-markdown {
174
  border: none;
 
175
  }
176
 
177
  .problem-input-markdown .problem-input-markdown::before {
 
149
  }
150
  }
151
 
152
+ .probelm-input-container {
153
+ border: 1px solid rgba(0, 0, 0, 0.15);
154
+ }
155
+
156
  .problem-input-markdown {
157
+ padding-top: 24px 12px 12px 12px;
158
  border: 1px solid rgba(0, 0, 0, 0.15);
159
  border-radius: 10px;
160
  position: relative;
161
  max-height: 380px;
162
  overflow-y: auto;
163
+ border-width: 1px;
164
+ border: 1px solid rgba(0, 0, 0, 0.15);
165
  }
166
 
167
  .problem-input-markdown::before {
168
  content: "Problem rendered";
169
  border: 1px solid rgba(0, 0, 0, 0.15);
170
+ border-radius: 10px 0px 10px 0px;
171
  position: absolute;
172
  left: 0;
173
  top: 0;
174
  border-right: 1px solid rgba(0, 0, 0, 0.15);
175
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
176
+ border-left: 0;
177
+ border-bottom: 0;
178
  padding: 4px 8px;
179
  }
180
 
181
  .problem-input-markdown .problem-input-markdown {
182
  border: none;
183
+ padding: 0;
184
  }
185
 
186
  .problem-input-markdown .problem-input-markdown::before {