mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
some mobile view improvements
This commit is contained in:
parent
a7ed07a9e8
commit
62b3ed440d
1 changed files with 37 additions and 2 deletions
|
|
@ -150,6 +150,7 @@
|
|||
background: #f9f9fb;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Settings button
|
||||
*/
|
||||
|
|
@ -414,7 +415,7 @@
|
|||
* Mobile viewport styles
|
||||
* =================================
|
||||
*/
|
||||
@media all and (max-width: 800px){
|
||||
@media all and (max-width: 1000px){
|
||||
|
||||
.ce-block{
|
||||
margin: 0;
|
||||
|
|
@ -422,7 +423,41 @@
|
|||
padding-right: 5px;
|
||||
}
|
||||
.ce-block__content{
|
||||
margin: 0 15px;
|
||||
margin: 0 25px;
|
||||
}
|
||||
|
||||
.ce-toolbar {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.ce-toolbar__actions {
|
||||
right: -4px;
|
||||
top: -10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ce-toolbar__settings-btn {
|
||||
display: block;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.ce-toolbar__plus {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.ce-toolbar__plus,
|
||||
.ce-toolbar__tools li {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.ce-toolbar__tools li i {
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.ce-toolbar__tools {
|
||||
left: 30px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue