Audit fixes and improvements (#5835)

This commit is contained in:
Anthony Stirling
2026-03-05 22:00:44 +00:00
committed by GitHub
parent 879ffc066f
commit 6c83da6417
34 changed files with 3760 additions and 1030 deletions
@@ -2,12 +2,12 @@
.modal-container {
display: flex;
gap: 0;
height: 37.5rem; /* 600px */
height: 45rem; /* 720px */
}
.modal-nav {
width: 15rem; /* 240px */
height: 37.5rem; /* 600px */
height: 45rem; /* 720px */
border-top-left-radius: 0.75rem; /* 12px */
border-bottom-left-radius: 0.75rem; /* 12px */
overflow: hidden;
@@ -108,7 +108,7 @@
.modal-content {
flex: 1;
height: 37.5rem; /* 600px */
height: 45rem; /* 720px */
display: flex;
flex-direction: column;
overflow: hidden;
@@ -118,7 +118,7 @@ const AppConfigModalInner: React.FC<AppConfigModalProps> = ({ opened, onClose })
opened={opened}
onClose={handleClose}
title={null}
size={isMobile ? "100%" : 980}
size={isMobile ? "100%" : 1100}
centered
radius="lg"
withCloseButton={false}