mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
c44257c66a
* 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>