diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index 2bebbd732..4d8be93b5 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -689,7 +689,6 @@ textarea { } .error-report-dialog__header h2 { margin: 0; } -.error-report-dialog__header p, .error-report-dialog__consent { margin: 4px 0 0; color: var(--platform-text-soft); font-size: 13px; } .error-report-dialog__header > button { border: 0; background: transparent; font-size: 24px; cursor: pointer; } .error-report-dialog__body { display: grid; gap: 16px; margin: 20px 0; } @@ -698,7 +697,7 @@ textarea { .error-report-dialog__events small { color: var(--platform-text-soft); } .error-report-dialog__body label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; } .error-report-dialog__body textarea { min-height: 100px; resize: vertical; border: 1px solid var(--platform-border-subtle); border-radius: 10px; padding: 10px; font: inherit; } -.error-report-dialog__logs { display: flex !important; grid-template-columns: auto 1fr; align-items: center; } +.error-report-dialog__logs { display: flex !important; align-items: center; } .error-report-dialog__actions { justify-content: flex-end; } .error-report-dialog__actions button { border: 0; border-radius: 9px; padding: 9px 14px; cursor: pointer; } .error-report-dialog__actions button:last-child { background: var(--platform-button-primary-fill); color: var(--platform-button-primary-text); }