Argon-Dokuwiki-Template icon indicating copy to clipboard operation
Argon-Dokuwiki-Template copied to clipboard

Images do not appear inline.

Open blu28 opened this issue 4 years ago • 0 comments

With the Argon template installed and activated, images no longer appear inline with text, instead they are placed on a separate line.

This syntax: An image {{:wiki:dokuwiki-128.png?nolink&10|}} is displayed

appears as

An image (image here) is displayed

instead of as

an image (image here) is displayed.

The rendering in html doesn't change between templates, it is rendered as

The difference appears to be in the CSS used by the media class.

The media class is picked up first from argon-design-system.css, with elements display: flex align-items: flex-start

It next inherits from the img class in the same file: vertical-align: middle; border-style: none;

blu28 avatar May 16 '20 14:05 blu28