mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Fix app header selection on double click
This commit is contained in:
@@ -36,6 +36,7 @@ export function HeaderSize({
|
||||
}}
|
||||
className={classNames(
|
||||
className,
|
||||
'select-none',
|
||||
'pt-[1px] w-full border-b border-border-subtle min-w-0',
|
||||
stoplightsVisible ? 'pr-1' : 'pl-1',
|
||||
size === 'md' && 'h-[27px]',
|
||||
|
||||
Reference in New Issue
Block a user