forked from FoundKeyGang/FoundKey
chore(client): tweak style
This commit is contained in:
parent
a0a64eb0ff
commit
9d8a9f22c1
3 changed files with 4 additions and 3 deletions
|
@ -16,8 +16,8 @@ import copyToClipboard from '@/scripts/copy-to-clipboard';
|
||||||
import * as os from '@/os';
|
import * as os from '@/os';
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
copy: string | null;
|
copy?: string | null;
|
||||||
oneline: boolean;
|
oneline?: boolean;
|
||||||
}>(), {
|
}>(), {
|
||||||
copy: null,
|
copy: null,
|
||||||
oneline: false,
|
oneline: false,
|
||||||
|
|
|
@ -410,6 +410,7 @@ export default defineComponent({
|
||||||
backdrop-filter: var(--blur, blur(15px));
|
backdrop-filter: var(--blur, blur(15px));
|
||||||
//border-bottom: solid 1px var(--divider);
|
//border-bottom: solid 1px var(--divider);
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
> .left, > .right {
|
> .left, > .right {
|
||||||
> .button {
|
> .button {
|
||||||
|
|
|
@ -209,7 +209,7 @@ const headerTabs = $computed(() => [{
|
||||||
icon: 'fas fa-users',
|
icon: 'fas fa-users',
|
||||||
}, {
|
}, {
|
||||||
key: 'raw',
|
key: 'raw',
|
||||||
title: 'Raw data',
|
title: 'Raw',
|
||||||
icon: 'fas fa-code',
|
icon: 'fas fa-code',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue