mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
debugger
This commit is contained in:
@@ -565,6 +565,7 @@
|
|||||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--title {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--title {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / 3;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: var(--mainFontFamily);
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
@@ -606,7 +607,7 @@
|
|||||||
content: "}}: ";
|
content: "}}: ";
|
||||||
}
|
}
|
||||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--scope {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--scope {
|
||||||
grid-column: 1 / 3;
|
display: contents;
|
||||||
}
|
}
|
||||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--scope .qr--pipe .qr--key,
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--scope .qr--pipe .qr--key,
|
||||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--scope .qr--pipe .qr--val {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--scope .qr--pipe .qr--val {
|
||||||
@@ -615,6 +616,7 @@
|
|||||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--stack .qr--title {
|
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--stack .qr--title {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / 3;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: var(--mainFontFamily);
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
@@ -593,6 +593,7 @@
|
|||||||
.qr--title {
|
.qr--title {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / 3;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: var(--mainFontFamily);
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
@@ -622,7 +623,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.qr--scope {
|
.qr--scope {
|
||||||
grid-column: 1 / 3;
|
display: contents;
|
||||||
.qr--pipe {
|
.qr--pipe {
|
||||||
.qr--key, .qr--val {
|
.qr--key, .qr--val {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
@@ -635,6 +636,7 @@
|
|||||||
.qr--title {
|
.qr--title {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / 3;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: var(--mainFontFamily);
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
Reference in New Issue
Block a user