aronbos c44257c66a
Remove image-orientation as it was temporary (was already moved to m… (#5973)
* 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>
2023-02-07 19:12:38 +01:00
..
2023-02-01 15:00:32 +01:00