Skip to content

Commit

Permalink
minor ui tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gjnguyen18 committed May 29, 2024
1 parent 2108931 commit 8399814
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ button:hover {

#addressDiv1 {
color: white;
width: 3000px;
width: 20000px;
height: 2px;
position: absolute;
padding: 0px;
Expand All @@ -360,7 +360,7 @@ button:hover {

#addressDiv2 {
color: white;
width: 3000px;
width: 20000px;
height: 2px;
position: absolute;
padding: 0px;
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<style>
body { margin: 0; }
</style>
<script type="module" crossorigin src="./assets/index-ChZp0Joh.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CjdOPXMW.css">
<script type="module" crossorigin src="./assets/index-BKlYAz7v.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DWoiVoB9.css">
</head>
<body>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion js/UIInit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, Checkbox, Slider, TextBox, Element, Container, Select, CustomSelect } from "./pageElements"
import { Button, Checkbox, Slider, TextBox, Element, Container, Select, CustomSelect } from "./pageElements.js"
import { getData } from './endpoint.js';
// import * as T from 'three';
// import { TextGeometry } from 'three/addons/geometries/TextGeometry.js';
Expand Down
2 changes: 1 addition & 1 deletion js/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const LOAD_RANGE = 5;
const UNLOAD_RANGE = 10;
const BLOCK_WIDTH = 1.0;
const SPACING = 0.3;
const ADDRESS_WIDTH = 10000
const ADDRESS_WIDTH = 20000
const ADDRESS_SPACING = 0
const HOVER_LIGHT_OPTIONS = ["yellow", 2, 10, 1]
const HL_LIGHT_OPTIONS = ["purple", 80, 20, 2] // color, strength, range, decay
Expand Down

0 comments on commit 8399814

Please sign in to comment.