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

pull/21833/head
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
1 changed files with 1 additions and 1 deletions

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;