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 a0a4adf commit 2089207Copy full SHA for 2089207
php-error-log-viewer.php
@@ -409,6 +409,7 @@ public function ajax_filesize() {
409
.loader.visible { transition: opacity 0s; opacity: 1 }
410
.md-content { max-height: unset !important; min-height: 80vh; max-width: 98vw;}
411
.md-card { height: calc(100% - 15px); overflow: hidden; }
412
+ #app>.md-table {flex-flow: column;}
413
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
414
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
415
pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }
0 commit comments