mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: Secrets css
This commit is contained in:
parent
6ab7085e0e
commit
4ec54bc292
@ -7,8 +7,8 @@
|
|||||||
import { onDestroy, onMount } from 'svelte'
|
import { onDestroy, onMount } from 'svelte'
|
||||||
import Form from './Form.svelte'
|
import Form from './Form.svelte'
|
||||||
import List from './List.svelte'
|
import List from './List.svelte'
|
||||||
import { items } from './stores'
|
|
||||||
import SvgIcons from './SvgIcons.svelte'
|
import SvgIcons from './SvgIcons.svelte'
|
||||||
|
import { items } from './stores'
|
||||||
|
|
||||||
export let instance: InstanceFields
|
export let instance: InstanceFields
|
||||||
|
|
||||||
@ -61,8 +61,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.secrets {
|
.secrets {
|
||||||
color: hsl(240, 25%, 95%);
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
|
@ -253,3 +253,16 @@ h6 {
|
|||||||
background-color: var(--bs-gray-100);
|
background-color: var(--bs-gray-100);
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.copy-container {
|
||||||
|
min-height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copy-container pre {
|
||||||
|
padding-bottom: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copy-container code {
|
||||||
|
min-height: 60px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user