File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5858
5959<div class =" flex min-h-screen flex-col" >
6060 <MenuBar />
61- <div bind:this ={mainContainerRef } class =" relative flex grow flex-row justify-center" >
61+ <div bind:this ={mainContainerRef } class =" relative flex max-w-full grow flex-row justify-center" >
6262 <Sidebar closeOnClick ={mainContainerRef } />
63- <div class =" flex grow flex-col" >
63+ <div class =" flex max-w-full grow flex-col" >
6464 {#if viewer .diffMetadata !== null }
6565 <div class =" flex flex-wrap gap-2 px-3 pt-2" >
6666 <DiffTitle meta ={viewer .diffMetadata } />
107107 </div >
108108 {/if }
109109 {#if ! viewer .fileStates [index ].collapsed && value .type === " text" && (! value .patchHeaderDiffOnly || ! globalOptions .omitPatchHeaderOnlyHunks )}
110- <div class =" mb border-b" >
110+ <div class =" border-b" >
111111 <ConciseDiffView
112112 patch ={value .structuredPatch }
113113 syntaxHighlighting ={globalOptions .syntaxHighlighting }
Original file line number Diff line number Diff line change 1010 </script >
1111
1212{#snippet github (details : GithubDiff )}
13- <div >
13+ <div class = " max-w-full " >
1414 <div class =" flex gap-2" >
15- <span class =" iconify size-6 shrink-0 octicon--mark-github-24 " ></span >
16- <h1 class ="text-base " >{details .owner }<span class ="mx-1.5 font-light text-em-med" >/</span >{details .repo }</h1 >
15+ <span class =" iconify size-4 shrink-0 place-self-center octicon--mark-github-16 " ></span >
16+ <h1 class ="text-sm " >{details .owner }<span class ="mx-1.5 font-light text-em-med" >/</span >{details .repo }</h1 >
1717 </div >
1818 <h2 class =" text-sm text-em-med" >
1919 <a href ={details .backlink } target ="_blank" rel ="noopener noreferrer" class ="hover:text-primary" >{details .description }</a >
2222{/ snippet }
2323
2424{#snippet file (fileName : string )}
25- <div class =" flex gap-2" >
26- <span class =" iconify size-6 shrink-0 octicon--file-diff-24 " ></span >
27- <h1 class ="text-base " >{fileName }</h1 >
25+ <div class =" flex max-w-full gap-2" >
26+ <span class =" iconify size-4 shrink-0 place-self-center octicon--file-diff-16 " ></span >
27+ <h1 class ="text-sm wrap-anywhere break-keep " >{fileName }</h1 >
2828 </div >
2929{/ snippet }
3030
You can’t perform that action at this time.
0 commit comments