some mobile view improvements

This commit is contained in:
Peter Savchenko 2017-01-31 18:59:54 +03:00
commit 62b3ed440d

View file

@ -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;
}
}