mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 17:43:47 +03:00
Recently changed file scroll was in a weird place
This commit is contained in:
parent
412adac6c3
commit
9b23b31113
@ -104,13 +104,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main-content-container flex w-2/3 flex-auto flex-col gap-4 py-4 px-8">
|
||||
<h1 class="flex text-2xl text-zinc-300">
|
||||
<div class="main-content-container flex w-2/3 flex-auto flex-col">
|
||||
<h1 class="flex py-4 px-8 text-2xl text-zinc-300">
|
||||
<span>{$project?.title}</span>
|
||||
<span class="ml-2 text-zinc-600">Project</span>
|
||||
</h1>
|
||||
|
||||
<h2 class="text-lg font-bold text-zinc-300">Recently changed files</h2>
|
||||
<h2 class="py-4 px-8 text-lg font-bold text-zinc-300">Recently changed files</h2>
|
||||
|
||||
<FileSummaries sessions={$recentSessions} />
|
||||
</div>
|
||||
|
@ -43,7 +43,7 @@
|
||||
);
|
||||
</script>
|
||||
|
||||
<ul class="flex flex-1 flex-col space-y-4 overflow-y-auto pr-1">
|
||||
<ul class="mr-1 flex flex-1 flex-col space-y-4 overflow-y-auto px-8 pb-8">
|
||||
{#if $deltasByDate.isLoading}
|
||||
<li class="flex flex-1 space-y-4 rounded-lg border border-dashed border-zinc-400">
|
||||
<div class="flex flex-1 flex-col items-center justify-center gap-4">
|
||||
|
Loading…
Reference in New Issue
Block a user