File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ class File extends React.Component {
105
105
< div className = 'size pl2 pr4 pv1 flex-none f6 dn db-l tr charcoal-muted' >
106
106
{ size }
107
107
</ div >
108
- < div ref = { el => { this . dotsWrapper = el } } >
109
- < GlyphDots width = '1.5rem' className = 'fill-gray-muted pointer hover-fill-gray transition-all' onClick = { this . handleCtxLeftClick } />
108
+ < div ref = { el => { this . dotsWrapper = el } } className = 'ph2' style = { { width : '2.5rem' } } >
109
+ < GlyphDots className = 'fill-gray-muted pointer hover-fill-gray transition-all' onClick = { this . handleCtxLeftClick } />
110
110
</ div >
111
111
</ div >
112
112
)
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ export class FilesList extends React.Component {
340
340
contextMenu : {
341
341
...state . contextMenu ,
342
342
isOpen : ! state . contextMenu . isOpen ,
343
- translateX : ( ctxMenuPosition . x + ctxMenuPosition . width / 2 ) - ( dotsPosition && dotsPosition . x ) - 11 ,
343
+ translateX : ( ctxMenuPosition . x + ctxMenuPosition . width / 2 ) - ( dotsPosition && dotsPosition . x ) - 19 ,
344
344
translateY : ( ctxMenuPosition . y + ctxMenuPosition . height / 2 ) - ( dotsPosition && dotsPosition . y ) - 30 ,
345
345
currentFile : file
346
346
}
You can’t perform that action at this time.
0 commit comments