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 */

View file

@ -75,6 +75,9 @@
max-height: 80vh;
overflow: auto;
}
.popup#users .popup-content {
overflow: visible;
}
/* Move popup to the bottom, except popup linked to left toolbar, like hyperklink popup */
.popup:not(.toolbar-popup) {
top: auto;

View file

@ -100,8 +100,10 @@ input#myusernameedit:not(.editable) {
}
@media (max-width: 720px) {
#mycolorpicker.popup {
right: 0;
left: auto;
top: auto;
bottom: 0;
left: auto !important;
right: 0 !important;
}
}
#mycolorpicker.popup .btn-container {