ranWang commited on
Commit
5b91708
1 Parent(s): 039f26d

update ::before style

Browse files
Files changed (1) hide show
  1. app.css +2 -1
app.css CHANGED
@@ -180,7 +180,7 @@
180
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
181
  border-left: 0;
182
  border-bottom: 0;
183
- padding: 4px 8px;
184
  }
185
 
186
  .problem-input-markdown .problem-input-markdown {
@@ -191,4 +191,5 @@
191
  .problem-input-markdown .problem-input-markdown::before {
192
  content: "";
193
  border: none;
 
194
  }
 
180
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
181
  border-left: 0;
182
  border-bottom: 0;
183
+ padding: 6px 12px;
184
  }
185
 
186
  .problem-input-markdown .problem-input-markdown {
 
191
  .problem-input-markdown .problem-input-markdown::before {
192
  content: "";
193
  border: none;
194
+ display: none;
195
  }