mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 19:43:23 +00:00
fix(app): settings/help button misalignment in projects sidebar (#36662)
This commit is contained in:
parent
323d687173
commit
5bdfcaac3c
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ function HomeUtilityNav(props: {
|
|||
language: ReturnType<typeof useLanguage>
|
||||
}) {
|
||||
return (
|
||||
<div class={`${props.class ?? ""} min-w-0 flex-col gap-1`}>
|
||||
<div class={`${props.class ?? ""} min-w-0 flex-col gap-1 pr-3`}>
|
||||
<button
|
||||
type="button"
|
||||
class={`${HOME_PROJECT_NAV_ROW} text-v2-text-text-faint [&>[data-slot=icon-svg]]:text-v2-icon-icon-muted`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue