ken_nogi/pleasanter/develop/MDエディタ/sites/styles/style.css
Kenichiro NOGI 7176dc33ec pleasanter
2025-07-10 10:15:35 +09:00

51 lines
746 B
CSS

/*
@config : next999.json
@filename : style.css
@title : style.css
@name :
@siteIds : 326341
@siteTitles : MD作成
@disabled: false
*/
#Editor {
width: 40%;
}
#RecordHeader {
display: none;
}
.mermaidWindow {
width: 60%;
float: left;
padding: 0 15px 15px 15px;
h1 {
font-size: 2em;
margin-bottom: 5px;
font-weight: bold;
}
h2 {
font-size: 1.2em;
margin-bottom: 5px;
margin-left: 3px;
}
pre {
background-color: antiquewhite;
border-radius: 15px;
padding: 10px;
}
}
#Results_Body,
#Results_Body\.viewer {
min-height: 400px !important;
max-height: 1200px !important;
}
#Results_Body\.viewer {
overflow: hidden;
}