mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-26 02:02:24 +01:00
chore (editor): css vim
This commit is contained in:
parent
c4ee866db6
commit
67f651e418
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.CodeMirror .CodeMirror-cursor{
|
||||
background-color: rgba(198,200,204,0.65);
|
||||
}
|
||||
.CodeMirror .cm-vim-message {
|
||||
color: var(--error)!important;
|
||||
}
|
||||
|
||||
/* HIDE LINE NUMBERS ON MOBILE */
|
||||
@media screen and (max-width: 400px) {
|
||||
.CodeMirror-sizer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue