1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Use margin instead of padding

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-14 10:23:10 +02:00
parent 586e85cbff
commit f26c75bdcc

View File

@@ -19,7 +19,7 @@ limitations under the License.
.mx_MImageBody_thumbnail_container {
flex: 1;
padding-right: 4px;
margin-right: 4px;
}
.mx_MImageReplyBody_info {