mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
Make AppsDrawer symetrical when used in maximised widgets (#7177)
This commit is contained in:
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…
x
Reference in New Issue
Block a user