mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
fix(markdown): used padding-inline-left for RTL
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
code {
|
code {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
padding-right: 1em;
|
padding-inline-end: 1em;
|
||||||
background: var(--block);
|
background: var(--block);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
font-family: var(--monospace-font), monospace;
|
font-family: var(--monospace-font), monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user