If you're using branches for template development the branch icon is a very small almost invisible thing in the lower left hand corner of the screen. If you want it to make it very visible and obvious, try putting this at the top of your global head tag:
I use a large screen for development work and it's easy to miss the default/stock branch button, but not after this style hack.
Code:
<style> .mm_runtimebranchpreview { top: 0; margin-top: 40px; background-color: #ff000087; padding-top: 10px; border: 25px solid #ff000087; border-radius: 15%; max-height: 100px; } </style>
Comment