ranWang commited on
Commit
ef0744a
1 Parent(s): 943da42

update prolem markdown style

Browse files
Files changed (1) hide show
  1. app.css +6 -1
app.css CHANGED
@@ -161,12 +161,17 @@
161
  .problem-input-markdown::before {
162
  content: "Problem rendered";
163
  border: 1px solid rgba(0, 0, 0, 0.15);
164
- border-radius: 10px;
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
  }
171
 
172
  .problem-input-markdown .problem-input-markdown::before {
 
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 {