mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-05 04:23:24 +09:00
enhance(web): hide attachment dropzone on preview tab in combo editor (#39204)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
co-authored by
wxiaoguang
parent
c285440e03
commit
c56b2d35ff
@@ -95,3 +95,8 @@
|
||||
.combo-markdown-editor .CodeMirror-scroll .cm-header-6 {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
.combo-editor-container[data-combo-editor-page="previewer"] .form-field-dropzone,
|
||||
.combo-editor-container[data-combo-editor-page="previewer"] .dropzone {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user