mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
* css: Fix sidedivinner padding creating ui problems refs #3907 * css: Fix colorpicker for mobile
This commit is contained in:
parent
4ceb42603e
commit
84d82b506b
7 changed files with 37 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue