diff --git a/src/js/main.js b/src/js/main.js index 75a1900..972529e 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -120,6 +120,21 @@ const defaultOptions = { cloneInVSCodeInsiders: false, openInNewTab: true }; +const gitHubStyle = ` +.eIgvIk { + position: relative; + z-index: 2; +} +#open-in-web-ide { + order: 10; +} +#open-in-web-ide .dropdown-menu { + min-width: 170px; + width: auto; +} +#open-in-web-ide .dropdown-menu .dropdown-item .d-inline-flex { + vertical-align:sub; +}`; let repoUrlPath = getRepoUrlPath(); let options; @@ -192,9 +207,9 @@ function addGitHubSelectMenu () {
-