Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix layout of Markdown editor (#779)

* Fix layout of Markdown editor

* Update upload.html
Cette révision appartient à :
MMP0 2017-05-27 16:17:49 +09:00 révisé par ewhal
Parent 7d43358cc1
révision e528179ea1

Voir le fichier

@ -657,17 +657,18 @@ input.filelist-checkbox:checked + table.table-filelist {
margin-left: 30%;
}
/* for mascot */
#content {
text-align: center;
/* FIXME: Make the navigation not working,
and mascot is not in #content,
please explain and fix it:
pointer-events: none;
*/
}
#description-box {
padding-right: 14px;
padding-left: 14px;
}
}
/* Markdown editor fixes */
.editor-toolbar.fullscreen {
top: 60px;
}
.CodeMirror-fullscreen {
top: 110px;
}
.editor-preview-side {
top: 110px;
}