diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-17 15:29:13 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-17 15:29:13 +0200 |
| commit | bd5e91fd1ccc5423b385663f4e5e4f497474b843 (patch) | |
| tree | 94f14c67aa4d3cd77d42a91bd1bb8bb66eab0638 | |
| parent | 68632ad8afdc13b2af9cd6b5151128855ba2a7c2 (diff) | |
| download | Ishtar-bd5e91fd1ccc5423b385663f4e5e4f497474b843.tar.bz2 Ishtar-bd5e91fd1ccc5423b385663f4e5e4f497474b843.zip | |
🐛 fix image orientation display (do not take into account exif information)
| -rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 2d8470890..670041325 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -50,6 +50,10 @@ dd { padding: 0 1rem; } +img { + image-orientation: none; +} + .form-control.form-row{ height: auto; } |
