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.
luke/css-status-bar-height
Luke Barnard 2017-02-20 15:22:56 +00:00
parent 5c87b8045a
commit 3d56247ef3
1 changed files with 5 additions and 5 deletions

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;