Skip to content

Commit 9375ebf

Browse files
committed
Fixed broken tooltip positioning again
1 parent 37fc73b commit 9375ebf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • src/skins/vector/css/matrix-react-sdk/views/rooms

src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ limitations under the License.
2525
.mx_RoomTile_tooltip {
2626
display: inline-block;
2727
position: relative;
28-
top: -62px;
29-
left: 46px;
28+
top: -54px;
29+
left: -12px;
3030
}
3131

3232

@@ -124,7 +124,8 @@ limitations under the License.
124124
}
125125

126126
.collapsed .mx_RoomTile_nameContainer {
127-
height: 0;
127+
/* height: 0; */
128+
width: 60px;
128129
}
129130

130131
.collapsed .mx_RoomTile_name {

0 commit comments

Comments
 (0)