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-24 18:20:47 +0200 | 
| commit | 42bc6ad0ce21bdc33ef969dfc18992859a446215 (patch) | |
| tree | 599df0c2f0565d3b0291f26427e32a6e8ad0ba1d | |
| parent | 1e8196fd9e6a0b9d8cd213ca2f183175bff154e2 (diff) | |
| download | Ishtar-42bc6ad0ce21bdc33ef969dfc18992859a446215.tar.bz2 Ishtar-42bc6ad0ce21bdc33ef969dfc18992859a446215.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;  }  | 
