File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
apps/snow-leopard/components Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export function AiSettingsMenu() {
9898 onChange = { ( e ) => setLocalInstructions ( e . target . value ) }
9999 />
100100 < p className = "text-[11px] text-muted-foreground leading-tight" >
101- Leave blank for default behavior. Your instructions shape the AIap 's responses.
101+ Leave blank for default behavior. Your instructions shape the AI 's responses.
102102 </ p >
103103 </ div >
104104 </ DropdownMenuContent >
Original file line number Diff line number Diff line change @@ -623,9 +623,11 @@ function PureEditor({
623623 }
624624
625625 .synonym-word {
626- /* Cursor is handled by the browser default for text */
627- /* Removed position: relative; */
628- display: inline; /* Changed from inline-block */
626+ display: inline;
627+ }
628+ .synonym-word.synonym-loading {
629+ position: relative; /* Only add positioning when showing hover overlay */
630+ display: inline-block; /* Only wrap word for hover overlay */
629631 }
630632 .synonym-overlay-menu {
631633 /* Dark background like the image */
You can’t perform that action at this time.
0 commit comments