Add spacing between right panel and main timeline (#7176)

pull/21833/head
Germain 2021-11-22 13:02:48 +00:00 committed by GitHub
parent e0927f3fc8
commit 9e7b407bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ limitations under the License.
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
// no padding on the left. The spacing is taken care of by the main split content.
padding: 5px 5px 5px 0px;
margin-left: 8px;
height: calc(100vh - 51px); // height of .mx_RoomHeader.light-panel
&:hover .mx_RightPanel_ResizeHandle {

View File

@ -18,7 +18,7 @@ limitations under the License.
$MiniAppTileHeight: 200px;
.mx_AppsDrawer {
margin: 5px;
margin: 5px 5px 5px 13px;
position: relative;
display: flex;
flex-direction: column;