Skip to content

Commit

Permalink
bluescreen.css: adjusted spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 28, 2023
1 parent c85d5e1 commit a46c32a
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/Tracy/BlueScreen/assets/bluescreen.css
Original file line number Diff line number Diff line change
@@ -2,23 +2,14 @@
* This file is part of the Tracy (https://tracy.nette.org)
*/

:root {
--tracy-space: 16px;
}

@media (max-width: 600px) {
:root {
--tracy-space: 8px;
}
}

html.tracy-bs-visible,
html.tracy-bs-visible body {
display: block;
overflow: auto;
}

#tracy-bs {
--tracy-space: 16px;
font: 9pt/1.5 Verdana, sans-serif;
background: white;
color: #333;
@@ -30,6 +21,12 @@ html.tracy-bs-visible body {
text-align: left;
}

@media (max-width: 600px) {
#tracy-bs {
--tracy-space: 8px;
}
}

#tracy-bs a {
text-decoration: none;
color: #328ADC;
@@ -92,7 +89,6 @@ html.tracy-bs-visible body {
#tracy-bs h2 {
font-size: 14pt;
font-weight: normal;
margin-top: var(--tracy-space);
}

#tracy-bs h3 {
@@ -188,8 +184,7 @@ html.tracy-bs-visible body {


#tracy-bs .tracy-section {
padding-left: calc(1.5 * var(--tracy-space));
padding-right: calc(1.5 * var(--tracy-space));
padding: var(--tracy-space);
}

#tracy-bs .tracy-section-panel {
@@ -216,11 +211,11 @@ html.tracy-bs-visible body {
background: #CD1818;
color: white;
font-size: 13pt;
padding-top: var(--tracy-space);
}

#tracy-bs .tracy-section--error h1 {
color: white;
margin: 0;
}

#tracy-bs .tracy-section--error::selection,
@@ -337,7 +332,6 @@ html.tracy-bs-visible body {
#tracy-bs .tracy-callstack {
display: grid;
grid-template-columns: max-content 1fr;
margin-bottom: calc(.5 * var(--tracy-space));
}

#tracy-bs .tracy-callstack-file {

0 comments on commit a46c32a

Please sign in to comment.