mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
add pre style for post codeblock
This commit is contained in:
parent
19914b7f20
commit
4b1543e98d
1 changed files with 6 additions and 0 deletions
|
@ -1199,6 +1199,12 @@ a.search_subreddit:hover {
|
|||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.post_body pre {
|
||||
background: var(--background);
|
||||
overflow-x: auto;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.post_body img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue