Resizing containers and margins in support tab

pull/1/head
ninabreznik 8 years ago committed by yann300
parent 45d261a134
commit c7fcfad434
  1. 4
      src/app/support-tab.js

@ -9,7 +9,6 @@ var css = csjs`
.supportTabView { .supportTabView {
height: 100vh; height: 100vh;
padding: 2%; padding: 2%;
margin-top: 1em;
padding-bottom: 3em; padding-bottom: 3em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -19,7 +18,7 @@ var css = csjs`
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
height: 100%; height: 85%;
} }
.chatTitle { .chatTitle {
cursor: pointer; cursor: pointer;
@ -52,7 +51,6 @@ var css = csjs`
border: 2px dotted ${styles.colors.lightGrey}; border: 2px dotted ${styles.colors.lightGrey};
overflow: hidden; overflow: hidden;
transform: scale(0.9); transform: scale(0.9);
margin-bottom: 10%;
} }
.infoBox extends ${styles.infoTextBox}{ .infoBox extends ${styles.infoTextBox}{

Loading…
Cancel
Save