mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Adjust the <p> out
This commit is contained in:
parent
d62712d587
commit
2916d1146b
1 changed files with 39 additions and 41 deletions
|
@ -249,8 +249,7 @@ function ShortcutsSettings({ onClose }) {
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<p>
|
<p>Specify a list of shortcuts that'll appear as:</p>
|
||||||
Specify a list of shortcuts that'll appear as:
|
|
||||||
<div class="shortcuts-view-mode">
|
<div class="shortcuts-view-mode">
|
||||||
{[
|
{[
|
||||||
{
|
{
|
||||||
|
@ -298,7 +297,6 @@ function ShortcutsSettings({ onClose }) {
|
||||||
<option value="multi-column">Multi-column</option>
|
<option value="multi-column">Multi-column</option>
|
||||||
<option value="tab-menu-bar">Tab/Menu bar </option>
|
<option value="tab-menu-bar">Tab/Menu bar </option>
|
||||||
</select> */}
|
</select> */}
|
||||||
</p>
|
|
||||||
{/* <p>
|
{/* <p>
|
||||||
<details>
|
<details>
|
||||||
<summary class="insignificant">
|
<summary class="insignificant">
|
||||||
|
|
Loading…
Reference in a new issue