Browse Source

* limit max image width for filebin

master
Alex 'AdUser' Z 6 years ago
parent
commit
164cb6d59d
  1. 4
      public/theme/css/default.css

4
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;

Loading…
Cancel
Save