forked from kevadesu/forgejo
* Fix double borders on edit page (#1152) * Add border modifications to less file
This commit is contained in:
parent
4e716fb0fa
commit
5463640fe6
2 changed files with 24 additions and 2 deletions
|
@ -7,4 +7,15 @@
|
|||
.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;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue