forked from MapComplete/MapComplete
Small themes
This commit is contained in:
parent
7757bb051c
commit
f003a53ee6
3 changed files with 11 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue