css: Fix some problems with new UI refs #3907 (#3908)

* css: Fix sidedivinner padding  creating ui problems refs #3907

* css: Fix colorpicker for mobile
This commit is contained in:
Sebastian Castro 2020-04-20 15:51:02 +02:00 committed by GitHub
parent 4ceb42603e
commit 84d82b506b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 37 additions and 30 deletions

View file

@ -17,6 +17,7 @@ html.inner-editor {
#outerdocbody iframe {
flex: 1 auto;
display: flex;
width: 100%;
}
#outerdocbody #sidediv {
order: -1; /* display it on the first row positionning, i.e. on the left */