mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Fixed broken tooltip positioning again
This commit is contained in:
parent
37fc73b1ea
commit
9375ebfb75
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user