Kaynağa Gözat

fix(app): settings/help button misalignment in projects sidebar (#36662)

Aarav Sareen 1 ay önce
ebeveyn
işleme
5bdfcaac3c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/app/src/pages/home.tsx

+ 1 - 1
packages/app/src/pages/home.tsx

@@ -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`}