Add spacing between right panel and main timeline
This commit is contained in:
parent
525a492ae1
commit
9fac23f244
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ limitations under the License.
|
||||||
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
.mx_MainSplit > .mx_RightPanel_ResizeWrapper {
|
||||||
// no padding on the left. The spacing is taken care of by the main split content.
|
// no padding on the left. The spacing is taken care of by the main split content.
|
||||||
padding: 5px 5px 5px 0px;
|
padding: 5px 5px 5px 0px;
|
||||||
|
margin-left: 8px;
|
||||||
height: calc(100vh - 51px); // height of .mx_RoomHeader.light-panel
|
height: calc(100vh - 51px); // height of .mx_RoomHeader.light-panel
|
||||||
|
|
||||||
&:hover .mx_RightPanel_ResizeHandle {
|
&:hover .mx_RightPanel_ResizeHandle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue