Style blockquotes for readabiltity (#1924)

This commit is contained in:
Simeon Vincent 2024-09-03 07:57:51 -07:00 коммит произвёл GitHub
Родитель 7f0d3e20e2
Коммит 7b665725fa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 9 удалений

Просмотреть файл

@ -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: '';

Просмотреть файл

@ -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:
<blockquote style="padding-left: 1rem; border-left: 5px solid #aaa;">
Cannot connect to the debug target. See error details below:<br><br>
`Error: Protocol error (Error): Attempted to write a response containing a destroyed actor from: root (resource://devtools/shared/protocol/types.js:358:17)`
</blockquote>
> 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.