equalizedigital / accessibility-checker

GNU General Public License v2.0
15 stars 8 forks source link

Prevent frontend highlight toggle button floating right on mobile if it's set to show on the left #687

Closed pattonwebz closed 1 week ago

pattonwebz commented 1 week ago

This PR tweaks some mobile style rules to prevent the toggle button from floating right in the highlighter widget when it's set to display on the left.

It also reorders some of the CSS so it's easier to read and follow by avoiding breaking the same class name up into two sections of rules.