Fixed broken tooltip positioning again

pull/2235/head
wmwragg 2016-09-16 08:06:17 +01:00
parent 37fc73b1ea
commit 9375ebfb75
1 changed files with 4 additions and 3 deletions

View File

@ -25,8 +25,8 @@ limitations under the License.
.mx_RoomTile_tooltip {
display: inline-block;
position: relative;
top: -62px;
left: 46px;
top: -54px;
left: -12px;
}
@ -124,7 +124,8 @@ limitations under the License.
}
.collapsed .mx_RoomTile_nameContainer {
height: 0;
/* height: 0; */
width: 60px;
}
.collapsed .mx_RoomTile_name {