Compare commits
6 Commits
enhancemen
...
bugfix/mon
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eddf228283 | ||
|
|
f9d617efdc | ||
|
|
43796021da | ||
|
|
241c21782d | ||
|
|
8dde89fa9a | ||
|
|
1a4d53cfbc |
@@ -38,7 +38,6 @@ export const compileCode = async (activeId: number) => {
|
||||
{
|
||||
type: "c",
|
||||
name: state.files[activeId].name,
|
||||
options: "-O0",
|
||||
src: state.files[activeId].content,
|
||||
},
|
||||
],
|
||||
@@ -87,4 +86,4 @@ export const compileCode = async (activeId: number) => {
|
||||
});
|
||||
state.compiling = false;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39,3 +39,14 @@ html.light .gutter-vertical:hover {
|
||||
html.light .gutter-horizontal:hover {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
/* Adjust Monaco tooltip stylings */
|
||||
.markdown-hover h3 {
|
||||
margin: 0;
|
||||
}
|
||||
.monaco-editor .monaco-hover hr {
|
||||
margin: 8px 0;
|
||||
}
|
||||
.monaco-editor .monaco-hover {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user