Make AppsDrawer symetrical when used in maximised widgets (#7177)

This commit is contained in:
Germain 2021-11-22 13:22:28 +00:00 committed by GitHub
parent 9fac23f244
commit 6bb156ca8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;