no-skin: fix toolbar icons position

This commit is contained in:
Sebastian Castro 2020-04-17 09:00:45 +02:00 committed by muxator
parent 705b6c5e2e
commit 780eaad573
3 changed files with 7 additions and 6 deletions

View file

@ -41,6 +41,6 @@ body {
@media only screen and (max-width: 720px) {
#editorcontainerbox {
margin-bottom: 37px; /* Leave space for the bottom toolbar on mobile */
margin-bottom: 39px; /* Leave space for the bottom toolbar on mobile */
}
}