Fix the resize handle being unreachable when you don't have permission to add widgets

This commit is contained in:
Michael Telatynski 2020-08-24 14:38:58 +01:00
parent ef137d2234
commit dc08fee635

View file

@ -64,6 +64,7 @@ $MiniAppTileHeight: 114px;
align-items: stretch;
justify-content: center;
height: 100%;
margin-bottom: 8px;
}
.mx_AppsDrawer_minimised .mx_AppsContainer {
@ -76,7 +77,7 @@ $MiniAppTileHeight: 114px;
order: 2;
cursor: pointer;
padding: 0;
margin: 5px auto 5px 0;
margin: -3px auto 5px 0;
color: $accent-color;
font-size: $font-12px;
}