Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Advanced Editor - Missing insert link and others on mobile editor
I am not sure what happened but several buttons have gone missing on mobile theme.
I don't know what may have caused this.
1
Comments
This is what it looks like on mobile
this is what it looks like on desktop:
I think I found it:
/* Media query: Hiding non-essential buttons */
@media (max-width: 766px) {
.editor-optional-button {
display: inline !important;
}
}
Added that to css and it seems to be fine.