tweak
This commit is contained in:
		| @@ -115,7 +115,7 @@ const pagination = { | ||||
| 	offsetMode: true, | ||||
| 	params: computed(() => ({ | ||||
| 		sort: sort, | ||||
| 		host: host != '' ? host : null, | ||||
| 		host: host !== '' ? host : null, | ||||
| 		...( | ||||
| 			state === 'federating' ? { federating: true } : | ||||
| 			state === 'subscribing' ? { subscribing: true } : | ||||
| @@ -157,11 +157,10 @@ defineExpose({ | ||||
|  | ||||
| 	> .instance { | ||||
| 		padding: 16px; | ||||
| 		border: solid 1px var(--divider); | ||||
| 		border-radius: 6px; | ||||
| 		background: var(--panel); | ||||
| 		border-radius: 8px; | ||||
|  | ||||
| 		&:hover { | ||||
| 			border: solid 1px var(--accent); | ||||
| 			text-decoration: none; | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo