diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-05-30 04:08:21 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-05-30 04:08:21 -0400 |
commit | 2c72fc853b661145f98ee4e3b95059b60b648811 (patch) | |
tree | 90c2011cde35d01415661ba897b2e103ad7aa6cd /src | |
parent | 312a07364ac8880e74e1b0a911d3e5b380886858 (diff) |
c
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 060ba353e..5a6292fab 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -105,7 +105,7 @@ display: flex; height: 100%; img { - // object-fit: contain; + object-fit: contain; height: 100%; } |