mirror of https://github.com/vector-im/riot-web
Use margin instead of padding
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
586e85cbff
commit
f26c75bdcc
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||
|
||||
.mx_MImageBody_thumbnail_container {
|
||||
flex: 1;
|
||||
padding-right: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.mx_MImageReplyBody_info {
|
||||
|
|
Loading…
Reference in New Issue