tweak
This commit is contained in:
		
							parent
							
								
									ae3abc2126
								
							
						
					
					
						commit
						557003d5c4
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -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; | ||||
| 		} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue