mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-18 18:59:01 +00:00
docs: remove weird line spacing
This commit is contained in:
parent
684a30db1b
commit
12251e0722
@ -313,17 +313,16 @@ aside .mark a {
|
|||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
.wrapper .documentative code {
|
.wrapper .documentative code {
|
||||||
padding: 0.5em;
|
font-size: 0.8em;
|
||||||
background-color: var(--code);
|
background-color: var(--code);
|
||||||
border-radius: 5px;
|
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
}
|
}
|
||||||
.wrapper .documentative *:not(pre) > code {
|
.wrapper .documentative *:not(pre) > code {
|
||||||
line-height: 2.5em;
|
padding: 0.275em 0.35em;
|
||||||
font-size: 0.75em;
|
border-radius: 2px;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.wrapper .documentative pre {
|
.wrapper .documentative pre {
|
||||||
@ -331,8 +330,8 @@ aside .mark a {
|
|||||||
}
|
}
|
||||||
.wrapper .documentative pre code {
|
.wrapper .documentative pre code {
|
||||||
padding: 1.8em;
|
padding: 1.8em;
|
||||||
|
border-radius: 5px;
|
||||||
position: static;
|
position: static;
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
}
|
||||||
.wrapper .documentative pre code::before {
|
.wrapper .documentative pre code::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -79,14 +79,12 @@ ones that actually look as if they're part of notion.</p>
|
|||||||
<a href="#hotkeys">hotkeys</a>
|
<a href="#hotkeys">hotkeys</a>
|
||||||
</h3>
|
</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><strong>reload window</strong>: in addition to the built-in <code>CmdOrCtrl+R</code> reload,
|
<li><strong>reload window</strong>: in addition to the built-in <code>CmdOrCtrl+R</code> reload,
|
||||||
you can now reload a window with <code>F5</code>.</p>
|
you can now reload a window with <code>F5</code>.</li>
|
||||||
</li>
|
<li><strong>toggle all notion windows to/from the tray</strong>: <code>CmdOrCtrl+Shift+A</code> by default.</li>
|
||||||
<li><p><strong>toggle all notion windows to/from the tray</strong>: <code>CmdOrCtrl+Shift+A</code> by default.</p>
|
</ul>
|
||||||
<p>to set your own toggle hotkey, open <code>customiser.py</code> and change line 16 (<code>hotkey = 'CmdOrCtrl+Shift+A'</code>)
|
<p>to set your own toggle hotkey, open <code>customiser.py</code> and change line 16 (<code>hotkey = 'CmdOrCtrl+Shift+A'</code>)
|
||||||
to your preference. you will need to run or re-run <code>customiser.py</code> afterwards.</p>
|
to your preference. you will need to run or re-run <code>customiser.py</code> afterwards.</p>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section class="block" id="tray">
|
<section class="block" id="tray">
|
||||||
|
Loading…
Reference in New Issue
Block a user