
MikeOlson
✭HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
MikeOlson ✭
About
- Username
- MikeOlson
- Joined
- Visits
- 19
- Last Active
- Roles
- Member
- Points
- 54
Reactions
-
Re: Advanced Editor - Missing insert link and others on mobile editor
Added that to css and it seems to be fine. (View Post)6 -
Re: Advanced Editor - Missing insert link and others on mobile editor
I think I found it: /* Media query: Hiding non-essential buttons */ @media (max-width: 766px) { .editor-optional-button { display: inline !important; } } (View Post)5