mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
use more apt class and id names
This commit is contained in:
parent
5df414e0c3
commit
6493b323b3
@ -38,11 +38,11 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if $settings.advanced.debug}
|
{#if $settings.advanced.debug}
|
||||||
<div id="advanced-page">
|
<div id="debug-page">
|
||||||
{#each sections as { title, data }, i}
|
{#each sections as { title, data }, i}
|
||||||
<h3>{title}:</h3>
|
<h3>{title}:</h3>
|
||||||
|
|
||||||
<div class="message-container subtext">
|
<div class="json-block subtext">
|
||||||
{JSON.stringify(data, null, 2)}
|
{JSON.stringify(data, null, 2)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -63,14 +63,14 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#advanced-page {
|
#debug-page {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: var(--padding);
|
padding: var(--padding);
|
||||||
gap: var(--padding);
|
gap: var(--padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-container {
|
.json-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
line-break: anywhere;
|
line-break: anywhere;
|
||||||
|
Loading…
Reference in New Issue
Block a user