diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 19b29592f54..3b83aae2bec 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -902,7 +902,7 @@ "message": "Automatic TOTP Copy after Page Load" }, "enableAutoTotpCopyOnAutoFillDesc": { - "message": "If Auto-fill On Page Load is enabled, and your login has an authenticator key attached to it, the TOTP verification code is automatically copied to your clipboard after loading the web page." + "message": "If Auto-fill On Page Load is enabled, the TOTP verification code is automatically copied to your clipboard after loading the web page. This is overridden by Disable Automatic TOTP Copy." }, "experimentalFeature": { "message": "This is currently an experimental feature. Use at your own risk." diff --git a/src/popup/scss/box.scss b/src/popup/scss/box.scss index 11341c69f35..f53719af1ea 100644 --- a/src/popup/scss/box.scss +++ b/src/popup/scss/box.scss @@ -164,6 +164,15 @@ flex-direction: column; } +.box-section-divider { + border-top: 1px solid #000000; + padding-top: 10px; + + @include themify($themes) { + border-color: themed('borderColor'); + } +} + .box-content-row { display: block; padding: 10px 15px; diff --git a/src/popup/settings/options.component.html b/src/popup/settings/options.component.html index 8d82dfc5ed2..fd7563a12df 100644 --- a/src/popup/settings/options.component.html +++ b/src/popup/settings/options.component.html @@ -12,139 +12,166 @@
-
-
- - -
-
- -
-
-
- - + +
+
+
+ + +
+
-