Преглед изворни кода

Tweaks column settings button positioning

main
Eric Amodio пре 1 година
родитељ
комит
0f19147c6b
2 измењених фајлова са 3 додато и 3 уклоњено
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx
  2. +2
    -2
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Прегледај датотеку

@ -145,7 +145,7 @@ const createIconElements = (): Record => {
//TODO: fix this once the styling is properly configured component-side
elementLibrary.settings = createElement('span', {
className: 'graph-icon icon--settings',
style: { fontSize: '1.1rem', right: '-1px', top: '-1px' },
style: { fontSize: '1.1rem', right: '0px', top: '-1px' },
});
return elementLibrary;
};

+ 2
- 2
src/webviews/apps/plus/graph/graph.scss Прегледај датотеку

@ -415,8 +415,8 @@ button:not([disabled]),
--column-button-height: 19px;
position: absolute;
top: 3px;
right: 0;
top: 2px;
right: 0 !important;
z-index: 2;
appearance: none;

Loading…
Откажи
Сачувај