diff --git a/crates/lanspread-tauri-deno-ts/src/styles/launcher.css b/crates/lanspread-tauri-deno-ts/src/styles/launcher.css index 89fa7f0..9ddfbaa 100644 --- a/crates/lanspread-tauri-deno-ts/src/styles/launcher.css +++ b/crates/lanspread-tauri-deno-ts/src/styles/launcher.css @@ -259,8 +259,7 @@ border: 1px solid var(--bd-1); border-radius: 8px; height: 36px; - min-width: 320px; - flex: 0 1 380px; + min-width: 0; color: var(--t-3); transition: border-color 0.15s, @@ -2414,11 +2413,7 @@ width: 100%; } .ctp-create-matches { - position: absolute; - top: calc(100% + 4px); - left: 0; - right: 0; - z-index: 20; + /* Keep results in the form's flow so the scrolling modal can contain them. */ max-height: 220px; overflow: auto; padding: 4px; @@ -2495,6 +2490,8 @@ color: var(--t-1); } .ctp-duration-btn.is-active { + background: var(--accent); + border-color: var(--accent); color: white; } .ctp-create-foot {