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:38:46 +0200 |
commit | 119c6134b8692a794a38eca28628f22bfcde34e9 (patch) | |
tree | 3f6efec81e79505032a3e8eab21d87eb97998eff | |
parent | 2bd5215f38b29e6e97b0d67642ba5e131770efed (diff) | |
download | Ishtar-119c6134b8692a794a38eca28628f22bfcde34e9.tar.bz2 Ishtar-119c6134b8692a794a38eca28628f22bfcde34e9.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 6e27c8ddf..fdd507c48 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; } |