Skip to content

Commit

Permalink
remove redundant border
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaJiaJiang committed Sep 2, 2023
1 parent 1741bce commit ebd94bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.visualFrame{position: absolute;width: 100%;}
.visualFrame canvas{position: absolute;width: 100%;height: 100%;}
.visualFrame #waveCanvas{top:15%;height: 70%;}
.visualFrame #freCanvas{border:.5px dashed #fff3f3b0;box-sizing: border-box;}
.visualFrame #freCanvas{border:.5px dashed #fff3f3b0;box-sizing: border-box;border-left: 0;border-right: 0;}
#tip{position: fixed;bottom: 0;right: 0;padding: 1em;background: #fff;cursor: pointer;}

#freRuler{
Expand Down

0 comments on commit ebd94bb

Please sign in to comment.