diff --git a/src/assets/css/_settings.scss b/src/assets/css/_settings.scss index f115432d..4e8e860b 100644 --- a/src/assets/css/_settings.scss +++ b/src/assets/css/_settings.scss @@ -330,8 +330,8 @@ $defnlist-margin-bottom: 1rem; $defnlist-term-weight: $global-weight-bold; $defnlist-term-margin-bottom: 0.3rem; $blockquote-color: $dark-gray; -$blockquote-padding: rem-calc(15 0); -$blockquote-border: 0; +$blockquote-padding: rem-calc(16 0 16 16); +$blockquote-border: 5px solid #aaa; $cite-font-size: rem-calc(13); $cite-color: $black; $cite-pseudo-content: ''; diff --git a/src/content/documentation/develop/known-issues.md b/src/content/documentation/develop/known-issues.md index 3c039ceb..eb397502 100644 --- a/src/content/documentation/develop/known-issues.md +++ b/src/content/documentation/develop/known-issues.md @@ -72,13 +72,9 @@ This page contains a list of significant known issues that affect the experience **Description:** While debugging an extension on Android, you may encounter an error in Firefox on your desktop that says something like: -
- -Cannot connect to the debug target. See error details below:+> Cannot connect to the debug target. See error details below: +> +> `Error: Protocol error (Error): Attempted to write a response containing a destroyed actor from: root (resource://devtools/shared/protocol/types.js:358:17)` **Workaround:** In the `about:debugging` page on your development computer, disconnect from and reconnect to the Android device.
- -`Error: Protocol error (Error): Attempted to write a response containing a destroyed actor from: root (resource://devtools/shared/protocol/types.js:358:17)` - -