Commit a3add012 authored by Alain Takoudjou's avatar Alain Takoudjou

Fix some css parameters

parent 84948418
...@@ -1251,6 +1251,7 @@ text-align: left; ...@@ -1251,6 +1251,7 @@ text-align: left;
/* END Sidebar Left */ /* END Sidebar Left */
@media only screen and (min-width: 1025px) { @media only screen and (min-width: 1025px) {
.coln-right .collapse-video, .coln-right .show-video { .coln-right .collapse-video, .coln-right .show-video {
display: none; display: none;
...@@ -1301,7 +1302,7 @@ text-align: left; ...@@ -1301,7 +1302,7 @@ text-align: left;
height: 100%; height: 100%;
} }
.media { .media {
max-height: calc(var(--vh, 1vh) * 50 - 36px); max-height: calc(var(--vh, 1vh) * 45 - 36px);
} }
#peers { #peers {
...@@ -1313,12 +1314,12 @@ text-align: left; ...@@ -1313,12 +1314,12 @@ text-align: left;
} }
.login-container { .login-container {
position: fixed; position: fixed;
height: calc(var(--vh, 1vh) * 100 - 56px); height: calc(var(--vh, 1vh) * 100 - 40px);
top: 56px; top: 40px;
right: 0; right: 0;
left: 0; left: 0;
background: #eff3f9; background: #eff3f9;
} }
.login-box { .login-box {
...@@ -1326,15 +1327,26 @@ text-align: left; ...@@ -1326,15 +1327,26 @@ text-align: left;
} }
.coln-left { .coln-left {
flex: 50%; flex: 45%;
width: 100vw; width: 100vw;
/* chat is always visible here */ /* chat is always visible here */
display: block !important; display: block !important;
border-top: 1px solid #dee1e2;
} }
.coln-right { .coln-right {
flex: 50%; flex: 45%;
position: relative; position: relative;
border-top: 1px solid #dee1e2;
}
.row-top {
flex: 10%;
}
.top-header {
width: 100%;
height: 100%;
} }
.full-width { .full-width {
...@@ -1393,7 +1405,7 @@ text-align: left; ...@@ -1393,7 +1405,7 @@ text-align: left;
/* 40px header height /* 40px header height
53px reply box height 53px reply box height
*/ */
height: calc((var(--vh, 1vh) * 100 - 40px) / 2 - 53px); /*height: calc((var(--vh, 1vh) * 90 - 40px) / 2 - 53px);*/
} }
.dropdown-content { .dropdown-content {
......
...@@ -144,6 +144,9 @@ ...@@ -144,6 +144,9 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row-top" id="top-width">
<div class="top-header"></div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
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