mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -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
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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