* Remove image-orientation as it was temporary (was already moved to media.less)
protected/humhub/widgets/LayoutAddons.php)
// Temporary fix until v1.6 then bundled with css pack
Yii::$app->view->registerCss('img { image-orientation: from-image; }', [], 'fix-orient');
Which is already set in static/less/media.less)
img {
image-orientation: from-image;
}
I propose to remove to temporary fix in LayoutAddons.php
* Remove old prefixes
* Remove old prefixes
* Update flatelements.css
* Update flatelements.css
* Update flatelements.css
---------
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>