Small themes

This commit is contained in:
Pieter Vander Vennet 2020-08-08 22:18:10 +02:00
parent 7757bb051c
commit f003a53ee6
3 changed files with 11 additions and 2 deletions

View file

@ -8,9 +8,10 @@
#maindiv {
position: absolute;
width: 50vw;
height: 100%;
height: 100vh;
left: 0;
top: 0;
overflow-y: auto;
}
#preview {
@ -19,6 +20,8 @@
height: 100vh;
right: 0;
top: 0;
word-break: break-all;
overflow-y: auto;
}
.bordered {