fix CSS bug
This commit is contained in:
parent
14fe4308af
commit
0f4e5afaeb
1 changed files with 5 additions and 2 deletions
|
@ -535,7 +535,7 @@ hr {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
/* width: 100%; */
|
/* width: 100%; */
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -1247,6 +1247,7 @@ span {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
align-content: stretch;
|
||||||
}
|
}
|
||||||
.flexttb{
|
.flexttb{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1338,13 +1339,15 @@ span {
|
||||||
|
|
||||||
.channelflex{
|
.channelflex{
|
||||||
flex-shrink:0;
|
flex-shrink:0;
|
||||||
flex-grow:0;
|
flex-grow: 1;
|
||||||
width:2.5in;
|
width:2.5in;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-content: stretch;
|
align-content: stretch;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
/* height: 100%; */
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
.messageflex{
|
.messageflex{
|
||||||
display:flex;
|
display:flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue