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

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

Loading…
Cancel
Save