Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Markdown editor fixes ()

Cette révision appartient à :
MMP0 2017-09-19 01:00:55 +09:00 révisé par kilo
Parent 44e304977b
révision 102ff0efbc

Voir le fichier

@ -912,6 +912,15 @@ html, body {
.upload-form-table .table-input-label {
width: 23%;
}
.editor-toolbar.fullscreen {
top: 57px;
}
.CodeMirror-fullscreen {
top: 107px;
}
.editor-preview-side {
top: 107px;
}
}
@media (max-width: 565px) {
@ -1919,12 +1928,6 @@ p.upload-rules {
.upload-form-table .table-input-label, .upload-form-table td label{
vertical-align: top;
}
.upload-form-table .CodeMirror {
font-weight: normal;
}
.upload-form-table .table-input {
font-weight: bold;
}
.upload-form-table .table-checkboxes td {
padding: 3px 0;
}