Fix paddings

pull/1/head
alexcherman 5 years ago committed by LianaHus
parent b0b674c210
commit e0216de969
  1. 5
      src/app/components/side-panel.js
  2. 2
      src/app/tabs/styles/compile-tab-styles.js

@ -23,9 +23,9 @@ const css = csjs`
font-size: 14px;
}
.swapitHeader {
height: 35px;
display: flex;
align-items: center;
padding: 16px 24px 15px;
}
.icons i {
height: 80%;
@ -34,7 +34,6 @@ const css = csjs`
.pluginsContainer {
height: 100%;
overflow-y: auto;
padding-top: 24px;
}
.titleInfo {
padding-left: 10px;
@ -129,7 +128,7 @@ export class SidePanel extends AbstractPanel {
}
const header = yo`
<header class="${css.swapitHeader} px-3">
<header class="${css.swapitHeader}">
<h6 class="${css.swapitTitle}" data-id="sidePanelSwapitTitle">${name}</h6>
${docLink}
${versionWarning}

@ -70,7 +70,7 @@ const css = csjs`
margin: 0;
}
.compilerSection {
padding: 0 24px 16px;
padding: 12px 24px 16px;
}
.compilerLabel {
margin-bottom: 2px;

Loading…
Cancel
Save