Merge pull request #656 from ethereum/mediaStyle

more space on right for media panels
website_link
yann300 4 years ago committed by GitHub
commit 09ce1a6bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -407,7 +407,7 @@ export class LandingPage extends ViewPlugin {
</div><!-- end of hpSections -->
</div>
<div class="d-flex flex-column ${css.rightPanel}">
<div class="d-flex pr-2 py-2 align-self-end" id="remixIDEMediaPanelsTitle">
<div class="d-flex pr-3 py-2 align-self-end" id="remixIDEMediaPanelsTitle">
${this.badgeTwitter}
${this.badgeMedium}
</div>

Loading…
Cancel
Save