Skip to content

Commit

Permalink
Editor Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Web CDN authored Feb 23, 2018
1 parent 888efcb commit d9124d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ini_set('display_errors', true);
error_reporting(0);

define('VERSION', '1.4');
define('VERSION', '1.5');
define('_CONFIG', __DIR__.'/.config');
define('_URL', $_SERVER['REQUEST_SCHEME'].'://'.$_SERVER['HTTP_HOST']);
$errors = error_get_last();
Expand Down Expand Up @@ -489,7 +489,7 @@ function formatFileSize($bytes, $round = 2) {
.modal.bottom-sheet.full {max-height: 100%;}
.modal.bottom-sheet .modal-content {padding: 1rem !important;}
.modal.bottom-sheet .modal-footer {padding: 1rem !important; height: 68px;}
.modal textarea {height: 78vh !important; resize: none; padding: 0.5rem;}
.modal textarea {height: 78vh !important; resize: none; padding: 0.5rem; font-family: monospace; font-size: 0.9rem;}

#uploadModal {box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.2);}
#uploadModal .modal-content {color: #333; -webkit-transition: background 0.2s; transition: background 0.2s;}
Expand Down

0 comments on commit d9124d3

Please sign in to comment.