Keldos commited on
Commit
9545214
·
1 Parent(s): 714e09c

feat: 将气泡按钮改回到气泡下方对齐

Browse files
Files changed (1) hide show
  1. assets/custom.css +4 -2
assets/custom.css CHANGED
@@ -292,10 +292,12 @@ ol:not(.options), ul:not(.options) {
292
  outline: none;
293
  }
294
  .copy-bot-btn {
295
- top: 18px;
 
296
  }
297
  .toggle-md-btn {
298
- top: 0;
 
299
  }
300
  .copy-code-btn {
301
  position: relative;
 
292
  outline: none;
293
  }
294
  .copy-bot-btn {
295
+ /* top: 18px; */
296
+ bottom: 0;
297
  }
298
  .toggle-md-btn {
299
+ /* top: 0; */
300
+ bottom: 20px;
301
  }
302
  .copy-code-btn {
303
  position: relative;