mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
Desktop: Fix Responsive Menu (#6789)
This commit is contained in:
parent
e93699b741
commit
fb60f9c396
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export function SessionHeader() {
|
|||
}
|
||||
|
||||
return (
|
||||
<header class="h-12 shrink-0 bg-background-base border-b border-border-weak-base flex" data-tauri-drag-region>
|
||||
<header class="h-12 shrink-0 bg-background-base border-b border-border-weak-base flex">
|
||||
<button
|
||||
type="button"
|
||||
class="xl:hidden w-12 shrink-0 flex items-center justify-center border-r border-border-weak-base hover:bg-surface-raised-base-hover active:bg-surface-raised-base-active transition-colors"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue