Fix image alignment issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
fca5125c5b
commit
866a11d7e3
3 changed files with 18 additions and 19 deletions
|
@ -15,19 +15,11 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_MImageReplyBody {
|
||||
display: grid;
|
||||
grid-template:
|
||||
"image sender" 20px
|
||||
"image filename" 20px
|
||||
/ 44px auto;
|
||||
grid-gap: 4px;
|
||||
}
|
||||
|
||||
.mx_MImageReplyBody_thumbnail {
|
||||
grid-area: image;
|
||||
display: flex;
|
||||
|
||||
.mx_MImageBody_thumbnail_container {
|
||||
max-height: 44px !important;
|
||||
flex: 1;
|
||||
padding-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue