mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -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
|
@ -49,8 +49,22 @@
|
|||
|
||||
--main-font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
|
||||
--editor-padding: 40px 55px;
|
||||
--editor-padding-top: 40px;
|
||||
--editor-horizontal-padding: 55px;
|
||||
--editor-vertical-padding: 40px;
|
||||
}
|
||||
|
||||
@media (max-width:1000px) {
|
||||
:root {
|
||||
--editor-horizontal-padding: 15px;
|
||||
--editor-vertical-padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:600px) {
|
||||
:root {
|
||||
--editor-horizontal-padding: 15px;
|
||||
--editor-vertical-padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Default scrollbar values */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue