diff options
author | bobzel <zzzman@gmail.com> | 2025-04-30 22:13:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-04-30 22:13:18 -0400 |
commit | 95db4029fdfa8b1951c29144fdb9e589b77fd77a (patch) | |
tree | a5cbfcb05f1fc05983685cc19a580b8487fe746e /src | |
parent | 2296c314be710f983d595de37c9d8039d73568a6 (diff) |
changing images back to use 100% to work in Safari.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/ImageBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index ac1a6ece9..3adc16879 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -106,7 +106,7 @@ height: 100%; img { object-fit: contain; - height: fit-content; + height: 100%; } .imageBox-fadeBlocker, |