diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-17 21:33:06 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-17 21:33:06 +0100 |
| commit | 9c37e114b20e6b2a2d4a34fe1f0e44c5ed3439ed (patch) | |
| tree | 42f05bd826fb1e55e70a5402167521253bc8be86 /static/widgets/image/index.css | |
| parent | 99701b8d6fc0671fabc2e5d3ab7d6841bff9021a (diff) | |
shuffle: first version
Diffstat (limited to 'static/widgets/image/index.css')
| -rw-r--r-- | static/widgets/image/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/widgets/image/index.css b/static/widgets/image/index.css index 063e5b1..bfca517 100644 --- a/static/widgets/image/index.css +++ b/static/widgets/image/index.css @@ -3,7 +3,7 @@ height: 100%; min-height: 100px; border-radius: var(--border-radius); - overflow: none; + overflow: hidden; box-shadow: #223223aa 1px 1px 4px; background: var(--card-background); } |