diff --git a/res/css/structures/_MainSplit.scss b/res/css/structures/_MainSplit.scss index dd817a04e4..aee7b5a154 100644 --- a/res/css/structures/_MainSplit.scss +++ b/res/css/structures/_MainSplit.scss @@ -30,7 +30,7 @@ limitations under the License. top: 50% !important; transform: translate(0, -50%); - height: 30% !important; + height: 64px !important; // to match width of the ones on roomlist width: 4px !important; border-radius: 4px !important; diff --git a/res/css/structures/_MatrixChat.scss b/res/css/structures/_MatrixChat.scss index ff2fe9a162..2bb4a9c437 100644 --- a/res/css/structures/_MatrixChat.scss +++ b/res/css/structures/_MatrixChat.scss @@ -85,11 +85,11 @@ limitations under the License. &::before { position: absolute; - left: 5px; + left: 2px; top: 50%; transform: translate(0, -50%); - height: 30%; + height: 64px; // to match width of the ones on roomlist width: 4px; border-radius: 4px; diff --git a/res/css/views/elements/_ResizeHandle.scss b/res/css/views/elements/_ResizeHandle.scss index 5544799a34..5189f80b30 100644 --- a/res/css/views/elements/_ResizeHandle.scss +++ b/res/css/views/elements/_ResizeHandle.scss @@ -34,7 +34,7 @@ limitations under the License. .mx_MatrixChat > .mx_ResizeHandle.mx_ResizeHandle_horizontal { margin: 0 -10px 0 0; - padding: 0 10px 0 0; + padding: 0 8px 0 0; } .mx_ResizeHandle > div {