We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e6bab commit 3bfb2e9Copy full SHA for 3bfb2e9
php-error-log-viewer.php
@@ -407,7 +407,7 @@ public function ajax_filesize() {
407
#app { padding: 0 10px; }
408
.loader {transition: opacity 1s; opacity: 0;}
409
.loader.visible { transition: opacity 0s; opacity: 1 }
410
- .md-card { height: calc(100% - 15px); min-width: 90vw; }
+ .md-card { height: calc(100vh - 15px); min-width: 90vw; max-width: 98vw; overflow: hidden; }
411
.md-content { max-height: unset !important; height: calc(100vh - 15px); max-width: 100%; }
412
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
413
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
0 commit comments