mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
fix docs img width
This commit is contained in:
parent
a5db291250
commit
4a01fe9761
@ -294,6 +294,9 @@ aside .mark a {
|
||||
padding-left: 1em;
|
||||
border-left: 0.25em solid var(--border);
|
||||
}
|
||||
.wrapper .documentative img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.wrapper .documentative h1 + table,
|
||||
.wrapper .documentative h2 + table,
|
||||
.wrapper .documentative h3 + table,
|
||||
@ -495,4 +498,6 @@ aside .mark a {
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
.documentative pre .lang-css::before { content: 'CSS'; }
|
||||
.documentative pre .lang-css::before {
|
||||
content: 'CSS';
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 234 KiB |
Loading…
Reference in New Issue
Block a user