king
2025-02-19 1aa5654a0b51bb82948fff8bed77b166f25f11ea
src/templates/zshare/codemirror/index.scss
@@ -29,7 +29,7 @@
  }
  .anticon-fullscreen-exit {
    position: fixed;
    z-index: 11;
    z-index: 13;
    right: 10px;
    top: 5px;
    font-size: 20px;
@@ -66,7 +66,7 @@
    .CodeMirror-fullscreen.CodeMirror {
      border-radius: 0;
      position: fixed;
      z-index: 10;
      z-index: 12;
    }
    .CodeMirror-linenumber {
      font-size: 14px;
@@ -104,6 +104,9 @@
  .anticon-fullscreen-exit {
    display: inline-block;
  }
  .anticon-font-size {
    z-index: 13;
  }
  .anticon-fullscreen {
    display: none;
  }