cgkineo / adapt-pageNav

Navigation bar component (quicknav clone)
GNU General Public License v3.0
6 stars 4 forks source link

Optimise RTL styling #52

Closed guywillis closed 9 months ago

guywillis commented 9 months ago

Subject of the enhancement

The RTL styling present in the pageNav.less file could be optimised a touch better by utilising the padding-inline-start and padding-inline-end properties instead of the current approach.

The padding-inline-start and padding-inline-end properties do not require an associated RTL version as the property inherits the body direction.

Your environment

github-actions[bot] commented 9 months ago

:tada: This issue has been resolved in version 2.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

oliverfoster commented 9 months ago

Not ie11 compatible.