Sunday, October 8, 2023
2 changes · master
Enhancements to existing features
Odoo's frontend text now adjusts more smoothly to different screen sizes using Bootstrap's responsive sizing approach. This improves readability and visual consistency for users on phones, tablets, and desktops across website, portal, event, blog, and eCommerce pages.
Original PR description
This commit permits to have responsive font sizes on all the Odoo frontend. It is based on the Bootstrap mixin `font-size` which calculates the font size based on the viewport width. Enterprise PR: https://github.com/odoo/enterprise/pull/44578 Design Theme PR: https://github.com/odoo/design-themes/pull/673 task-1958098
Frontend text now adjusts more smoothly to different screen sizes across several Odoo apps. This improves readability and visual consistency for users on desktops, tablets, and phones.
Original PR description
This commit permits to have responsive font sizes on all the Odoo frontend. It is based on the Bootstrap mixin `font-size` which calculates the font size based on the viewport width. Community PR: https://github.com/odoo/odoo/pull/129469 task-1958098