Skip to content

Commit

Permalink
Reverted to most recent working debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
stricklandrbls committed Sep 28, 2023
1 parent 4bd33db commit 6bfa11e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,15 @@ limitations under the License.
</div>

<style lang="scss">
div.physical-addr-seg,
div.logical-addr-seg {
div.addr-seg {
writing-mode: vertical-lr;
text-orientation: upright;
cursor: default;
width: 20px;
border: 2px solid transparent;
}
div.logical-addr-seg {
width: 24px;
}
div.div.physical-addr-seg.binary {
div.physical-addr-seg.binary {
writing-mode: horizontal-tb;
text-orientation: sideways;
}
div.physical-viewport-header {
padding-left: 4px;
}
</style>
2 changes: 1 addition & 1 deletion src/svelte/src/stores/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

import { get, writable } from 'svelte/store'
import { writable } from 'svelte/store'

export type Radixes = 'Hexadecimal' | 'Decimal' | 'Octal' | 'Binary'

Expand Down

0 comments on commit 6bfa11e

Please sign in to comment.