mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Add support of showing authorship in editor and adjust related styles
This commit is contained in:
parent
d5549c6a84
commit
a14e7953b5
4 changed files with 218 additions and 3 deletions
|
@ -49,6 +49,9 @@ body {
|
|||
min-width: 1.5em;
|
||||
text-align: right;
|
||||
}
|
||||
.CodeMirror-gutter.authorship-gutters {
|
||||
width: 8px;
|
||||
}
|
||||
.CodeMirror-matchingtag {
|
||||
background: rgba(255, 255, 255, .1);
|
||||
line-height: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue