mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 12:49:03 +00:00
docs: remove weird line spacing
This commit is contained in:
parent
684a30db1b
commit
12251e0722
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
@ -79,14 +79,12 @@ ones that actually look as if they'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 = 'CmdOrCtrl+Shift+A'</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">
|
||||
|
Loading…
Reference in New Issue
Block a user