add invisible splitter

This commit is contained in:
Pierre Bondoerffer
2017-08-08 14:36:04 +02:00
parent 355b7f1839
commit 85e383d5c5
2 changed files with 32 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ body {
box-sizing: border-box;
font-family: Calibri,Ubuntu,sans-serif;
word-wrap: break-word;
position: relative;
media-tag {
* {
max-width:100%;
@@ -77,6 +78,17 @@ body {
.markdown_gfm-table(black);
}
.cp-splitter {
position: absolute;
height: 100%;
width: 8px;
top: 0;
left: 0;
z-index: 9999;
cursor: col-resize;
}
@media (max-width: @media-medium-screen) {
.CodeMirror {
flex: 1;