Skip to content

Commit 0f19147

Browse files
committed
Tweaks column settings button positioning
1 parent 8742ead commit 0f19147

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/webviews/apps/plus/graph/GraphWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const createIconElements = (): Record<string, ReactElement> => {
145145
//TODO: fix this once the styling is properly configured component-side
146146
elementLibrary.settings = createElement('span', {
147147
className: 'graph-icon icon--settings',
148-
style: { fontSize: '1.1rem', right: '-1px', top: '-1px' },
148+
style: { fontSize: '1.1rem', right: '0px', top: '-1px' },
149149
});
150150
return elementLibrary;
151151
};

src/webviews/apps/plus/graph/graph.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ button:not([disabled]),
415415
--column-button-height: 19px;
416416

417417
position: absolute;
418-
top: 3px;
419-
right: 0;
418+
top: 2px;
419+
right: 0 !important;
420420
z-index: 2;
421421

422422
appearance: none;

0 commit comments

Comments
 (0)