fix(app): settings/help button misalignment in projects sidebar (#36662)
This commit is contained in:
@@ -830,7 +830,7 @@ function HomeUtilityNav(props: {
|
|||||||
language: ReturnType<typeof useLanguage>
|
language: ReturnType<typeof useLanguage>
|
||||||
}) {
|
}) {
|
||||||
return (
|
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
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class={`${HOME_PROJECT_NAV_ROW} text-v2-text-text-faint [&>[data-slot=icon-svg]]:text-v2-icon-icon-muted`}
|
class={`${HOME_PROJECT_NAV_ROW} text-v2-text-text-faint [&>[data-slot=icon-svg]]:text-v2-icon-icon-muted`}
|
||||||
|
|||||||
Reference in New Issue
Block a user