vicious rewrite of the CSS to support the notifications toolbar, removing all height: 100%'s and letting the flexbox stuff calculate auto-height instead. may have slowed down the rendering, especially when the toolbar is visible

This commit is contained in:
Matthew Hodgson 2015-07-21 15:01:05 -07:00
parent e03809b224
commit aaa96f1ac1
9 changed files with 102 additions and 31 deletions

View file

@ -15,10 +15,14 @@ limitations under the License.
*/
.mx_MatrixToolbar {
width: 100%;
text-align: center;
height: 25px;
background-color: #a9dbf4;
border-bottom: 1px solid #000;
background-color: #ff0064;
color: #fff;
font-weight: bold;
padding: 6px;
z-index: 50;
}
.mx_MatrixToolbar button {
margin-left: 12px;
}

View file

@ -37,12 +37,15 @@ limitations under the License.
background-color: #dbdbdb;
}
.mx_MemberTile_inviteEditing {
display: initial ! important;
}
.mx_MemberTile_inviteEditing .mx_MemberTile_avatar {
display: none;
}
.mx_MemberTile_inviteEditing .mx_MemberTile_name {
position: absolute;
width: 200px;
}