Make AppsDrawer symetrical when used in maximised widgets (#7177)
parent
9fac23f244
commit
6bb156ca8a
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||||
$MiniAppTileHeight: 200px;
|
$MiniAppTileHeight: 200px;
|
||||||
|
|
||||||
.mx_AppsDrawer {
|
.mx_AppsDrawer {
|
||||||
margin: 5px;
|
margin: 5px 5px 5px 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue