test fix for #415
This commit is contained in:
parent
080c8ab136
commit
80f026ab0f
@ -15,20 +15,29 @@ body {
|
|||||||
|
|
||||||
#chatcontrols {
|
#chatcontrols {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
width: 100%;
|
||||||
|
display: flexbox;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flexbox;
|
||||||
|
display: -moz-flexbox;
|
||||||
|
display: -moz-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide shrink button */
|
/* hide shrink button */
|
||||||
#chatcontrols a:first-child {
|
#chatcontrols a:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatcontrols a {
|
#chatcontrols a {
|
||||||
width: 50px;
|
|
||||||
height:36px;
|
height:36px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
|
-moz-box-flex: 1;
|
||||||
|
-webkit-flex: 1;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat {
|
#chat {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user