1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Reduce padding

This commit is contained in:
Jorik Schellekens
2020-04-29 15:29:25 +01:00
parent 37e8dc0477
commit 6c3e3161de

View File

@@ -27,6 +27,7 @@ $right-padding: 5px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: flex-start;
padding-top: 0;
> * { > * {
margin-right: $right-padding; margin-right: $right-padding;