Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9fac23f

Browse files
author
Germain Souquet
committed
Add spacing between right panel and main timeline
1 parent 525a492 commit 9fac23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/structures/_MainSplit.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ limitations under the License.
2525
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
2626
// no padding on the left. The spacing is taken care of by the main split content.
2727
padding: 5px 5px 5px 0px;
28+
margin-left: 8px;
2829
height: calc(100vh - 51px); // height of .mx_RoomHeader.light-panel
2930

3031
&:hover .mx_RightPanel_ResizeHandle {

0 commit comments

Comments
 (0)