mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Add spacing between right panel and main timeline (#7176)
This commit is contained in:
parent
e0927f3fc8
commit
9e7b407bf7
@ -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 {
|
||||||
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||||||
$MiniAppTileHeight: 200px;
|
$MiniAppTileHeight: 200px;
|
||||||
|
|
||||||
.mx_AppsDrawer {
|
.mx_AppsDrawer {
|
||||||
margin: 5px;
|
margin: 5px 5px 5px 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user