mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
Added editor placeholder and auto set mode by content existence
This commit is contained in:
parent
5c0a36f4d9
commit
eddff9e863
5 changed files with 31 additions and 14 deletions
2
public/css/html.min.css
vendored
2
public/css/html.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -19,6 +19,9 @@ body {
|
|||
overflow-y: hidden !important;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.CodeMirror-placeholder {
|
||||
color: #777 !important;
|
||||
}
|
||||
.CodeMirror-scroll {
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: auto !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue