| | |
| | | color: #1890ff; |
| | | cursor: pointer; |
| | | transition: opacity 0.3s; |
| | | display: none; |
| | | } |
| | | .anticon-fullscreen-exit:hover { |
| | | opacity: 1; |
| | |
| | | position: fixed; |
| | | z-index: 11; |
| | | right: 10px; |
| | | top: 40px; |
| | | top: 65px; |
| | | font-size: 20px; |
| | | opacity: 0.7; |
| | | color: #1890ff; |
| | |
| | | background: #f5f5f5; |
| | | } |
| | | } |
| | | .anticon-swap { |
| | | position: absolute; |
| | | left: -25px; |
| | | top: 40px; |
| | | color: #13c2c2; |
| | | font-size: 16px; |
| | | } |
| | | } |
| | | .code-mirror-wrap.mk-fullscreen { |
| | | .anticon-format-painter { |
| | | position: fixed; |
| | | z-index: 11; |
| | | } |
| | | .anticon-fullscreen-exit { |
| | | display: inline-block; |
| | | } |
| | | .anticon-fullscreen { |
| | | display: none; |
| | | } |
| | | |
| | | .anticon-swap { |
| | | position: fixed; |
| | | z-index: 11; |
| | | left: auto; |
| | | right: 10px; |
| | | top: auto; |
| | | bottom: 20px; |
| | | } |
| | | } |
| | | .model-custom-scripts-modal .code-mirror-wrap:not(.mk-fullscreen), .model-custom-view-scripts-modal .code-mirror-wrap:not(.mk-fullscreen) { |
| | | .anticon-swap { |
| | | position: absolute; |
| | | z-index: 11; |
| | | left: auto; |
| | | right: 10px; |
| | | top: auto; |
| | | bottom: 20px; |
| | | } |
| | | } |
| | | .mk-mirror-font { |
| | | z-index: 1200!important; |