Skip to content

Commit

Permalink
style: fix duckduck go left box line cannot show up
Browse files Browse the repository at this point in the history
Signed-off-by: EINDEX <[email protected]>
  • Loading branch information
EINDEX committed May 7, 2023
1 parent 10a270d commit 2543859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/content/searchingEngines/searchingEngines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export class DuckDuckGo extends SearchingEngine {
const container = document.createElement('div');
const asideElement = document.getElementsByClassName('results--sidebar')[0];

container.style.marginLeft = '8px';

asideElement!.insertBefore(container, asideElement!.firstChild);
return container;
}
Expand Down

0 comments on commit 2543859

Please sign in to comment.