This commit is contained in:
Robin E. R. Davies
2025-08-06 17:36:41 -04:00
37 changed files with 83 additions and 353 deletions
+2 -1
View File
@@ -1647,7 +1647,8 @@ function ModGuiHost(props: ModGuiHostProps) {
return (
<ModGuiErrorBoundary plugin={props.plugin} onClose={() => { props.onClose(); setErrorMessage(null); }}>
<div style={{
<div
style={{
display: "inline-block",
paddingLeft: 20, paddingRight: 20,
overflow: "hidden",