Add custom css for debugger

This commit is contained in:
Dale Davies
2023-04-12 22:17:13 +01:00
parent 1d679b007b
commit b74e83b63a
8 changed files with 35 additions and 11 deletions

View File

@@ -1 +1 @@
v1.3.2 (1680794802)
v1.3.2 (1681334119)

View File

@@ -0,0 +1,13 @@
#tracy-bs .tracy-footer--sticky {
display: none !important;
}
#tracy-debug-logo:before {
content: "JUMP";
padding: 0 0px 0 7px;
font-weight: bold;
}
#tracy-debug-logo svg:first-of-type {
display: none;
}

View File

@@ -85,12 +85,6 @@ body {
}
}
@media (max-width: 850px) {
.unsplash {
display: none;
}
}
.content {
z-index: 100;
display: flex;
@@ -102,6 +96,22 @@ body {
height: calc(100% - 12px) /* 12px = roughly half the greeting height and border */
}
#tracy-debug-logo:before {
content: "JUMP";
padding: 0 0px 0 7px;
font-weight: bold;
}
#tracy-debug-logo svg:first-of-type {
display: none !important;
}
@media (max-width: 850px) {
.unsplash {
display: none;
}
}
@media (max-width: 500px) {
.content {
display: block;

View File

@@ -29,6 +29,7 @@ class Main {
// Some initial configuration of Tracy for logging/debugging.
Debugger::$errorTemplate = __DIR__ . '/../templates/errorpage.php';
Debugger::$customCssFiles = [__DIR__ . '/../assets/css/debugger.css'];
Debugger::setLogger(new \Jump\Debugger\ErrorLogger);
Debugger::getBlueScreen()->addPanel(
[\Jump\Debugger\JumpVersionPanel::class, 'panel']

View File

@@ -1 +1 @@
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.661d49a4dd77c2255543.min.css">
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.4af0396419fdca8d3246.min.css">

View File

@@ -1 +1 @@
<script defer src="{{{wwwurl}}}/assets/js/index.7f32838f57d5988f5cfa.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.b59690ccf0ef68daf482.min.js"></script>