Skip to content

Commit 3fe8b50

Browse files
committed
Fixed over collapse on Safari, and now hide the RHS footer Invite when collapsed
1 parent bdee2d3 commit 3fe8b50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/skins/vector/css/matrix-react-sdk/structures/MatrixChat.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ limitations under the License.
151151
}
152152

153153
.mx_MatrixChat .mx_RightPanel.collapsed {
154-
-webkit-flex: 0 0 72px;
155-
flex: 0 0 72px;
154+
-webkit-flex: 0 0 122px;
155+
flex: 0 0 122px;
156156
}

src/skins/vector/css/vector-web/structures/RightPanel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ limitations under the License.
113113
}
114114

115115
.collapsed .mx_RightPanel_footer .mx_RightPanel_invite {
116-
padding-left: 10px;
116+
display: none;
117117
}
118118

119119
.mx_RightPanel_invite .mx_RightPanel_icon {

0 commit comments

Comments
 (0)