Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Luke Barnard
3d56247ef3 StatusBarArea height of 50px when typing/calling
Change the height of the StatusBar (and for calls, typing) to 48px such that with the StatusAreaBox_line, they add to 50px.
2017-02-20 15:22:56 +00:00

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_RoomStatusBar {
margin-left: 65px;
min-height: 50px;
min-height: 48px;
}
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
@ -31,8 +31,8 @@ limitations under the License.
}
.mx_RoomStatusBar_callBar {
height: 50px;
line-height: 50px;
height: 48px;
line-height: 48px;
}
.mx_RoomStatusBar_placeholderIndicator span {
@ -146,8 +146,8 @@ limitations under the License.
}
.mx_RoomStatusBar_typingBar {
height: 50px;
line-height: 50px;
height: 48px;
line-height: 48px;
color: $primary-fg-color;
opacity: 0.5;