diff --git a/public/theme/css/default.css b/public/theme/css/default.css index 4a6a426..ce4e0af 100644 --- a/public/theme/css/default.css +++ b/public/theme/css/default.css @@ -166,6 +166,10 @@ span.filebin.error { color: red; } +div.filebin.file img { + max-width: 800px; +} + /* common buttons for zerobin & filebin */ a.btn { padding-left: 18px;