We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fc73b commit 9375ebfCopy full SHA for 9375ebf
1 file changed
src/skins/vector/css/matrix-react-sdk/views/rooms/RoomTile.css
@@ -25,8 +25,8 @@ limitations under the License.
25
.mx_RoomTile_tooltip {
26
display: inline-block;
27
position: relative;
28
- top: -62px;
29
- left: 46px;
+ top: -54px;
+ left: -12px;
30
}
31
32
@@ -124,7 +124,8 @@ limitations under the License.
124
125
126
.collapsed .mx_RoomTile_nameContainer {
127
- height: 0;
+ /* height: 0; */
128
+ width: 60px;
129
130
131
.collapsed .mx_RoomTile_name {
0 commit comments