Input icon doesn't look good on websites that use a right-to-left layout
When using the 1Password browser extension with websites that use a right-to-left (RTL) layout, the input icon doesn't look very good.
Here's an example of a login form:
A potential fix would be to force the element to use a left-to-right (LTR) layout by adding the following CSS property to the #op-button element:
css
direction: ltr;
With the suggestion above, the input now looks like this:
Another solution would be to fully support RTL layouts and actually flip the layout of the icon element, though I think the solution above is good enough.
1Password Version: 8.10.30
Extension Version: 2.23.3
OS Version: macOS 14.4
Browser: Arc
