Commit c7fcfad4 authored by ninabreznik's avatar ninabreznik Committed by yann300

Resizing containers and margins in support tab

parent 45d261a1
...@@ -9,7 +9,6 @@ var css = csjs` ...@@ -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` ...@@ -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` ...@@ -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}{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment