Fixed broken tooltip positioning again

This commit is contained in:
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 { .mx_RoomTile_tooltip {
display: inline-block; display: inline-block;
position: relative; position: relative;
top: -62px; top: -54px;
left: 46px; left: -12px;
} }
@ -124,7 +124,8 @@ limitations under the License.
} }
.collapsed .mx_RoomTile_nameContainer { .collapsed .mx_RoomTile_nameContainer {
height: 0; /* height: 0; */
width: 60px;
} }
.collapsed .mx_RoomTile_name { .collapsed .mx_RoomTile_name {