mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
debugger
This commit is contained in:
parent
e964a10612
commit
9bcfb9ab26
@ -565,6 +565,7 @@
|
||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--scope .qr--title {
|
||||
grid-column: 1 / 3;
|
||||
font-weight: bold;
|
||||
font-family: var(--mainFontFamily);
|
||||
background-color: var(--black50a);
|
||||
padding: 0.25em;
|
||||
margin-top: 0.5em;
|
||||
@ -606,7 +607,7 @@
|
||||
content: "}}: ";
|
||||
}
|
||||
.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--val {
|
||||
@ -615,6 +616,7 @@
|
||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--stack .qr--title {
|
||||
grid-column: 1 / 3;
|
||||
font-weight: bold;
|
||||
font-family: var(--mainFontFamily);
|
||||
background-color: var(--black50a);
|
||||
padding: 0.25em;
|
||||
margin-top: 1em;
|
||||
|
@ -593,6 +593,7 @@
|
||||
.qr--title {
|
||||
grid-column: 1 / 3;
|
||||
font-weight: bold;
|
||||
font-family: var(--mainFontFamily);
|
||||
background-color: var(--black50a);
|
||||
padding: 0.25em;
|
||||
margin-top: 0.5em;
|
||||
@ -622,7 +623,7 @@
|
||||
}
|
||||
}
|
||||
.qr--scope {
|
||||
grid-column: 1 / 3;
|
||||
display: contents;
|
||||
.qr--pipe {
|
||||
.qr--key, .qr--val {
|
||||
opacity: 0.5;
|
||||
@ -635,6 +636,7 @@
|
||||
.qr--title {
|
||||
grid-column: 1 / 3;
|
||||
font-weight: bold;
|
||||
font-family: var(--mainFontFamily);
|
||||
background-color: var(--black50a);
|
||||
padding: 0.25em;
|
||||
margin-top: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user