Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jan 14, 2025
1 parent 72fc6c1 commit bf7624a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
13 changes: 7 additions & 6 deletions docs/javascripts/hax_playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,13 @@ function setup() {
button_tc.classList.add('md-hax-playground');
button_tc.style.right = "4.5em";
button_tc.onclick = () => {
call_playground(result_block, 'fstar+tc', getCode());
};
e.prepend(button_tc);
button_tc.onclick = () => {
call_playground(result_block, 'fstar+tc', getCode());
};
e.prepend(button_tc);

code.style.padding = "0 0.9em";
code.style.padding = "0 0.9em";
}
}
}

setup();
setup();
10 changes: 1 addition & 9 deletions docs/stylesheets/hax_playground.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.md-hax-playground::after {
display: none;
}

font-family: "Monaco",
"Menlo",
"Ubuntu Mono",
"Consolas",
"Source Code Pro",
"source-code-pro",
monospace;
}

0 comments on commit bf7624a

Please sign in to comment.