Adding disassembler to CPU window

This commit is contained in:
2021-09-06 00:09:15 +00:00
parent af5fc0c4fc
commit 85cc0f5754
10 changed files with 997 additions and 140 deletions
+8
View File
@@ -499,3 +499,11 @@ input[type="text"] {
[aria-disabled="true"] [name="check"]{
cursor: not-allowed !important;
}
[role="dialog"][window="cpu"] [name="disassembler"] {
font-family: var(--font-hex);
}
[role="dialog"][window="cpu"] [name="disassembler"] [name="row"] {
column-gap: calc(var(--font-size) * 1.5);
}