diff --git a/src/lib/components/Modal/Modal.svelte b/src/lib/components/Modal/Modal.svelte index 534e14a2e..c216ac631 100644 --- a/src/lib/components/Modal/Modal.svelte +++ b/src/lib/components/Modal/Modal.svelte @@ -30,7 +30,7 @@ > {#if $$slots.title}
@@ -45,7 +45,7 @@ {#if title}
@@ -64,7 +64,7 @@
diff --git a/src/lib/components/Overlay/Overlay.svelte b/src/lib/components/Overlay/Overlay.svelte index a0c285cef..e5ae902e6 100644 --- a/src/lib/components/Overlay/Overlay.svelte +++ b/src/lib/components/Overlay/Overlay.svelte @@ -23,7 +23,7 @@ {#if showMenu} -
+
+ diff --git a/src/routes/repo/[projectId]/NewBranchDropZone.svelte b/src/routes/repo/[projectId]/NewBranchDropZone.svelte index 3e307a98f..d087d31ba 100644 --- a/src/routes/repo/[projectId]/NewBranchDropZone.svelte +++ b/src/routes/repo/[projectId]/NewBranchDropZone.svelte @@ -22,7 +22,7 @@
{ @@ -34,17 +34,20 @@ }} >
-
+

Drag changes or click button to create new virtual branch

- +
- diff --git a/src/routes/repo/[projectId]/Tray.svelte b/src/routes/repo/[projectId]/Tray.svelte index 158197ba1..5bee79541 100644 --- a/src/routes/repo/[projectId]/Tray.svelte +++ b/src/routes/repo/[projectId]/Tray.svelte @@ -65,17 +65,17 @@ class="w-80 min-w-[216px] max-w-lg shrink-0 resize-x overflow-y-auto border-r border-light-400 bg-white text-light-800 dark:border-dark-600 dark:bg-dark-900 dark:text-dark-100" > -
Target branch
+
Base branch
-
{target.name}
-
-
{target.behind > 0 ? `behind ${target.behind}` : 'up-to-date'}
+
{target.name}
+
+
{target.behind > 0 ? `behind ${target.behind}` : 'up-to-date'}
{#if target.behind == 0} {:else}