move json button and add json button to the server page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s

This commit is contained in:
Lee
2024-04-18 09:11:19 +01:00
parent 57144c5c91
commit 2c80edb56a
3 changed files with 72 additions and 60 deletions

View File

@ -23,7 +23,6 @@ export function CodeHighlighter({ code, rounded = true }: CodeHighlighterProps):
customStyle={{
maxHeight: "600px",
backgroundColor: "hsl(var(--popover))",
overflow: "hidden",
wordBreak: "break-all",
borderRadius: rounded ? "0.75rem" : undefined,
}}