mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 11:28:27 +00:00
Clean less files (#6921)
This commit is contained in:
committed by
zeripath
parent
0b785481d7
commit
6fb58a8cdc
@@ -1,19 +1,24 @@
|
||||
.CodeMirror {
|
||||
font: 14px @monospaced-fonts, monospace;
|
||||
|
||||
&.cm-s-default {
|
||||
border-radius: 3px;
|
||||
padding: 0 !important;
|
||||
border-radius: 3px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.cm-comment {
|
||||
background: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
.repository.file.editor .tab[data-tab="write"] {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.repository.file.editor .tab[data-tab="write"] .editor-toolbar {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.repository.file.editor .tab[data-tab="write"] .CodeMirror {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
|
Reference in New Issue
Block a user