mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 08:05:47 +01:00
mobile view toolbar updated
This commit is contained in:
parent
001eea4206
commit
c7e97ef938
1 changed files with 5 additions and 3 deletions
|
|
@ -420,8 +420,10 @@
|
|||
.ce-block{
|
||||
margin: 0;
|
||||
}
|
||||
.ce-block__content{
|
||||
margin: 0 25px;
|
||||
.ce-block__content,
|
||||
.ce-toolbar__content
|
||||
{
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
.ce-toolbar {
|
||||
|
|
@ -441,7 +443,7 @@
|
|||
}
|
||||
|
||||
.ce-toolbar__plus {
|
||||
margin-left: 0;
|
||||
margin-left: -25px;
|
||||
}
|
||||
|
||||
.ce-toolbar__plus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue