joomla-projects / j4adminui

Joomla!4 alternative backend template
GNU General Public License v2.0
24 stars 18 forks source link

Accessibility module's content scaling issue. #108

Open ahamed opened 4 years ago

ahamed commented 4 years ago

Steps to reproduce the issue

Go to the sidebar - Extensions > Install > Discover > select Accessibility module and click install on the top. Then go to - Extensions > Modules > Click Administrator button > Click new > Select Accessibility module > Choice position as status > Click Save.

Now the accessibility module on the top bar. Click on it and it brings the accessibility settings panel on the right side. On content scaling section you can click on + or - buttons and these clicks take all the elements and increase or decrease the font size individually. But as the template uses rem as a measurement unit so it is not needed to increase or decrease each and every element rather than just increase or decrease the HTML element's font size.

Expected result

Increase or decrease the HTML element's font size.

Actual result

Increase or decrease each and every element's font size.