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-21 17:15:03 +0200 |
commit | ab486bd3c064648a5eefff795498100ee873b180 (patch) | |
tree | b9689c5b9690109bad65c0ec527f964bdc62ce24 | |
parent | 0c5bbdf2081b072646e51b0976e78b2d1e5f4bfa (diff) | |
download | Ishtar-ab486bd3c064648a5eefff795498100ee873b180.tar.bz2 Ishtar-ab486bd3c064648a5eefff795498100ee873b180.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; } |