mirror of
https://github.com/daledavies/jump.git
synced 2026-01-08 08:22:07 +01:00
Add custom css for debugger
This commit is contained in:
@@ -1 +1 @@
|
||||
v1.3.2 (1680794802)
|
||||
v1.3.2 (1681334119)
|
||||
13
jumpapp/assets/css/debugger.css
Normal file
13
jumpapp/assets/css/debugger.css
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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']
|
||||
|
||||
@@ -1 +1 @@
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.661d49a4dd77c2255543.min.css">
|
||||
<link rel="stylesheet" href="{{{wwwurl}}}/assets/css/styles.4af0396419fdca8d3246.min.css">
|
||||
@@ -1 +1 @@
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.7f32838f57d5988f5cfa.min.js"></script>
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.b59690ccf0ef68daf482.min.js"></script>
|
||||
Reference in New Issue
Block a user