fix: Secrets css

This commit is contained in:
Ben Allfree 2023-06-08 00:25:18 -07:00
parent 6ab7085e0e
commit 4ec54bc292
2 changed files with 14 additions and 3 deletions

View File

@ -7,8 +7,8 @@
import { onDestroy, onMount } from 'svelte'
import Form from './Form.svelte'
import List from './List.svelte'
import { items } from './stores'
import SvgIcons from './SvgIcons.svelte'
import { items } from './stores'
export let instance: InstanceFields
@ -61,8 +61,6 @@
margin: 0;
}
.secrets {
color: hsl(240, 25%, 95%);
h2 {
position: relative;
padding: 0.25rem;

View File

@ -253,3 +253,16 @@ h6 {
background-color: var(--bs-gray-100);
padding-left: 20px;
}
.copy-container {
min-height: 60px;
}
.copy-container pre {
padding-bottom: 0px;
margin-bottom: 0px;
}
.copy-container code {
min-height: 60px;
}