File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
apps/desktop/src/components
packages/ui/src/lib/components Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 6565 <Dropzone handlers ={[moveBranchHandler ]}>
6666 {#snippet overlay ({ hovered , activated })}
6767 {#if activated }
68- <div data-testid =" BranchListInsertionDropzone" class =" stack-v p-b-10 dropzone-target " >
68+ <div data-testid =" BranchListInsertionDropzone" class =" dropzone-target top- dropzone" >
6969 <BranchLineOverlay {hovered } />
7070 </div >
7171 {/if }
7272 {/ snippet }
7373 </Dropzone >
7474{/if }
75+
76+ <style >
77+ .top-dropzone {
78+ display : flex ;
79+ flex-direction : column ;
80+ margin-top : -12px ;
81+ padding : 12px 0 ;
82+ }
83+ </style >
Original file line number Diff line number Diff line change 195195 gap : 6 px ;
196196 }
197197 .info-message__text {
198+ opacity : 60 % ;
198199 &:empty {
199200 display : none;
200201 }
You can’t perform that action at this time.
0 commit comments