[PM-10730] Override FireFox extension styles for text alignment (#10528)

* override firefox extension styles for text alignment

* remove CSS override

* turn off browser specific sidebar styles

- which solves the text-alignment issue in FF
This commit is contained in:
Nick Krantz 2024-08-19 13:10:36 -05:00 committed by GitHub
parent 97938464e5
commit deab1d1340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@
"sidebar_action": { "sidebar_action": {
"default_title": "Bitwarden", "default_title": "Bitwarden",
"default_panel": "popup/index.html?uilocation=sidebar", "default_panel": "popup/index.html?uilocation=sidebar",
"default_icon": "images/icon19.png" "default_icon": "images/icon19.png",
"browser_style": false
}, },
"storage": { "storage": {
"managed_schema": "managed_schema.json" "managed_schema": "managed_schema.json"