Commit 45d261a1 authored by ninabreznik's avatar ninabreznik Committed by yann300

Scale support tab iframe with chat

parent 73ceeec5
...@@ -24,7 +24,7 @@ var css = csjs` ...@@ -24,7 +24,7 @@ var css = csjs`
.chatTitle { .chatTitle {
cursor: pointer; cursor: pointer;
height: 40px; height: 40px;
width: 92%; width: 90%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
...@@ -47,12 +47,12 @@ var css = csjs` ...@@ -47,12 +47,12 @@ var css = csjs`
opacity: 0.8; opacity: 0.8;
} }
.chatIframe { .chatIframe {
width: 102%; width: 100%;
height: 80%; height: 100%;
border: 2px dotted ${styles.colors.lightGrey}; border: 2px dotted ${styles.colors.lightGrey};
overflow: hidden; overflow: hidden;
transform: transform: scale(0.9);
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