chore(client): tweak style
This commit is contained in:
		| @@ -16,8 +16,8 @@ import copyToClipboard from '@/scripts/copy-to-clipboard'; | ||||
| import * as os from '@/os'; | ||||
|  | ||||
| const props = withDefaults(defineProps<{ | ||||
| 	copy: string | null; | ||||
| 	oneline: boolean; | ||||
| 	copy?: string | null; | ||||
| 	oneline?: boolean; | ||||
| }>(), { | ||||
| 	copy: null, | ||||
| 	oneline: false, | ||||
|   | ||||
| @@ -410,6 +410,7 @@ export default defineComponent({ | ||||
| 			backdrop-filter: var(--blur, blur(15px)); | ||||
| 			//border-bottom: solid 1px var(--divider); | ||||
| 			font-size: 95%; | ||||
| 			font-weight: bold; | ||||
|  | ||||
| 			> .left, > .right { | ||||
| 				> .button { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo