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

@ -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 {