Add spacing between right panel and main timeline (#7176)
This commit is contained in:
parent
e0927f3fc8
commit
9e7b407bf7
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue