@import "@opencode-ai/ui/styles/tailwind"; :root { a { cursor: default; } } *[data-tauri-drag-region] { app-region: drag; } /* Wider dialog variant for release notes modal */ [data-component="dialog"]:has(.dialog-release-notes) { padding: 20px; box-sizing: border-box; [data-slot="dialog-container"] { width: min(100%, 720px); height: min(100%, 400px); margin-top: -80px; [data-slot="dialog-content"] { min-height: auto; overflow: hidden; height: 100%; border: none; box-shadow: var(--shadow-lg-border-base); } [data-slot="dialog-body"] { overflow: hidden; height: 100%; display: flex; flex-direction: row; } } }