diff options
author | LarsVomMars | 2021-01-29 11:10:25 +0100 |
---|---|---|
committer | LarsVomMars | 2021-01-29 11:10:25 +0100 |
commit | 43bee3b95a6a8f06b53b45c908e3fd6e69f17089 (patch) | |
tree | 6d2c621c198a37fdfaaa7c018237c9ec006752c8 /profile/public/style.css | |
parent | 08adc7079833e15f5caf4594037bbf580644411b (diff) |
Cropper, save and control buttons, rework
Diffstat (limited to 'profile/public/style.css')
-rw-r--r-- | profile/public/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile/public/style.css b/profile/public/style.css index a30e7ef..66c0bdf 100644 --- a/profile/public/style.css +++ b/profile/public/style.css @@ -137,4 +137,6 @@ img { z-index: 10; position: absolute; display: none; + max-height: 600px; + max-width: 600px; }
\ No newline at end of file |