fixes plugin layout gap

fixes homepage height
pull/3094/head
LianaHus 6 years ago
parent 9ad0bbc44d
commit 14bc2ea1a9
  1. 4
      src/app/components/plugin-manager-component.js
  2. 2
      src/app/components/swap-panel-component.js
  3. 1
      src/app/ui/landing-page/landing-page.js

@ -14,9 +14,11 @@ const css = csjs`
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 2; z-index: 2;
margin-bottom: 0px;
} }
.localPluginBtn { .localPluginBtn {
margin-top: 10px; margin-top: 15px;
margin-bottom: -25px;
} }
.displayName { .displayName {
text-transform: capitalize; text-transform: capitalize;

@ -73,7 +73,7 @@ module.exports = SwapPanelComponent
const css = csjs` const css = csjs`
.plugins { .plugins {
height : 100%; height : 95%;
} }
.plugItIn { .plugItIn {
display : none; display : none;

@ -17,6 +17,7 @@ let css = csjs`
text-decoration: underline; text-decoration: underline;
} }
.homeContainer { .homeContainer {
height: 105%!important; /* @todo should be removed once swap_it and mainview will be separated */
user-select:none; user-select:none;
} }
.jumbotronContainer { .jumbotronContainer {

Loading…
Cancel
Save