Ver Fonte

chore: cleanup

adamelmore há 3 semanas atrás
pai
commit
37f1a1a4ef

+ 1 - 1
packages/app/src/components/file-tree.tsx

@@ -96,7 +96,7 @@ export default function FileTree(props: {
       <Dynamic
         component={local.as ?? "div"}
         classList={{
-          "w-full min-w-0 flex items-center gap-x-2 rounded-md px-2 py-1 hover:bg-surface-raised-base-hover active:bg-surface-base-active transition-colors cursor-pointer": true,
+          "w-full min-w-0 flex items-center justify-start gap-x-2 rounded-md px-2 py-1 text-left hover:bg-surface-raised-base-hover active:bg-surface-base-active transition-colors cursor-pointer": true,
           ...(local.classList ?? {}),
           [local.class ?? ""]: !!local.class,
           [props.nodeClass ?? ""]: !!props.nodeClass,

+ 1 - 1
packages/ui/src/components/tabs.css

@@ -217,7 +217,7 @@
 
     [data-slot="tabs-list"] {
       height: auto;
-      padding: 6px;
+      padding: 6px 0;
       gap: 4px;
       background-color: var(--background-base);