docs: remove weird line spacing

This commit is contained in:
dragonwocky 2020-03-31 20:49:27 +11:00
parent 684a30db1b
commit 12251e0722
Signed by: dragonwocky
GPG Key ID: B570B11B1DFB50E4
3 changed files with 10 additions and 13 deletions

View File

@ -64,8 +64,8 @@ to add these to the web version, copy lines 43 - 87 from `user.css` into your cs
you can now reload a window with `F5`.
- **toggle all notion windows to/from the tray**: `CmdOrCtrl+Shift+A` by default.
to set your own toggle hotkey, open `customiser.py` and change line 16 (`hotkey = 'CmdOrCtrl+Shift+A'`)
to your preference. you will need to run or re-run `customiser.py` afterwards.
to set your own toggle hotkey, open `customiser.py` and change line 16 (`hotkey = 'CmdOrCtrl+Shift+A'`)
to your preference. you will need to run or re-run `customiser.py` afterwards.
### tray

View File

@ -313,17 +313,16 @@ aside .mark a {
border: 1px solid var(--border);
}
.wrapper .documentative code {
padding: 0.5em;
font-size: 0.8em;
background-color: var(--code);
border-radius: 5px;
overflow-x: auto;
position: relative;
display: block;
font-family: 'Source Code Pro', monospace;
}
.wrapper .documentative *:not(pre) > code {
line-height: 2.5em;
font-size: 0.75em;
padding: 0.275em 0.35em;
border-radius: 2px;
display: inline;
}
.wrapper .documentative pre {
@ -331,8 +330,8 @@ aside .mark a {
}
.wrapper .documentative pre code {
padding: 1.8em;
border-radius: 5px;
position: static;
font-size: 0.8em;
}
.wrapper .documentative pre code::before {
position: absolute;

View File

@ -79,14 +79,12 @@ ones that actually look as if they&#39;re part of notion.</p>
<a href="#hotkeys">hotkeys</a>
</h3>
<ul>
<li><p><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>
</li>
<li><p><strong>toggle all notion windows to/from the tray</strong>: <code>CmdOrCtrl+Shift+A</code> by default.</p>
<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>.</li>
<li><strong>toggle all notion windows to/from the tray</strong>: <code>CmdOrCtrl+Shift+A</code> by default.</li>
</ul>
<p>to set your own toggle hotkey, open <code>customiser.py</code> and change line 16 (<code>hotkey = &#39;CmdOrCtrl+Shift+A&#39;</code>)
to your preference. you will need to run or re-run <code>customiser.py</code> afterwards.</p>
</li>
</ul>
</section>
<section class="block" id="tray">