Code highlighter fix (#9176)

* flare tag line height

* .

* dropdown fix + actions bar fix

* actions bar on mob

* .

* typo

* .
This commit is contained in:
ludwiczakpawel 2020-07-07 09:54:24 +02:00 committed by GitHub
parent 16d57a30a9
commit 01f4183204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ div.highlight {
border-radius: var(--radius);
margin: 0;
white-space: pre;
overflow-x: scroll;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
code {
@ -34,7 +34,7 @@ div.highlight {
}
code {
background: var(--base-a10);
background: rgba(0, 0, 0, 0.15);
color: var(--color-body-color);
border-radius: var(--radius);
max-width: 100%;

View file

@ -168,7 +168,7 @@ export class Help extends Component {
</td>
</tr>
<tr>
<td className="ff-accent">[Link][https://...]</td>
<td className="ff-accent">[Link](https://...)</td>
<td>
<a href="https://forem.com">Link</a>
</td>
@ -219,7 +219,7 @@ export class Help extends Component {
<span class="fs-xs">```</span>
</td>
<td>
<div class="highlight p-2">
<div class="highlight p-2 overflow-hidden">
<code>code block</code>
</div>
</td>