mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 09:23:00 +00:00
chord importing
This commit is contained in:
@@ -39,17 +39,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Chords</h2>
|
||||
<div class="icon bg">piano</div>
|
||||
<table>
|
||||
<tr>
|
||||
<th>three</th>
|
||||
<td><i>␣</i><i>3</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Serial Terminal</h2>
|
||||
<div class="icon bg">terminal</div>
|
||||
@@ -130,24 +119,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
table td {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
table i {
|
||||
display: block;
|
||||
|
||||
aspect-ratio: 1;
|
||||
padding-block: 4px;
|
||||
padding-inline: 8px;
|
||||
|
||||
font-style: normal;
|
||||
|
||||
border: 1px solid var(--md-sys-color-outline);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.device-grid {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user