Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6bb156c

Browse files
authored
Make AppsDrawer symetrical when used in maximised widgets (#7177)
1 parent 9fac23f commit 6bb156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_AppsDrawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
$MiniAppTileHeight: 200px;
1919

2020
.mx_AppsDrawer {
21-
margin: 5px;
21+
margin: 5px 5px 5px 13px;
2222
position: relative;
2323
display: flex;
2424
flex-direction: column;

0 commit comments

Comments
 (0)