mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Make AppsDrawer symetrical when used in maximised widgets (#7177)
This commit is contained in:
parent
9fac23f244
commit
6bb156ca8a
1 changed files with 1 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…
Reference in a new issue