This commit is contained in:
		
							parent
							
								
									c2f4fb7ba7
								
							
						
					
					
						commit
						c03e2febb0
					
				|  | @ -206,19 +206,27 @@ export default defineComponent({ | |||
| 
 | ||||
| <style lang="scss" scoped> | ||||
| .matxzzsk { | ||||
| 	margin: 1em 0; | ||||
| 	margin: 1.5em 0; | ||||
| 
 | ||||
| 	> .label { | ||||
| 		font-size: 0.85em; | ||||
| 		padding: 0 0 6px 6px; | ||||
| 		font-weight: bold; | ||||
| 		user-select: none; | ||||
| 
 | ||||
| 		&:empty { | ||||
| 			display: none; | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	> .caption { | ||||
| 		font-size: 0.8em; | ||||
| 		padding: 6px 0 0 6px; | ||||
| 		color: var(--fgTransparentWeak); | ||||
| 
 | ||||
| 		&:empty { | ||||
| 			display: none; | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	> .input { | ||||
|  |  | |||
|  | @ -151,19 +151,27 @@ export default defineComponent({ | |||
| 
 | ||||
| <style lang="scss" scoped> | ||||
| .vblkjoeq { | ||||
| 	margin: 1em 0; | ||||
| 	margin: 1.5em 0; | ||||
| 
 | ||||
| 	> .label { | ||||
| 		font-size: 0.85em; | ||||
| 		padding: 0 0 6px 6px; | ||||
| 		font-weight: bold; | ||||
| 		user-select: none; | ||||
| 
 | ||||
| 		&:empty { | ||||
| 			display: none; | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	> .caption { | ||||
| 		font-size: 0.8em; | ||||
| 		padding: 6px 0 0 6px; | ||||
| 		color: var(--fgTransparentWeak); | ||||
| 
 | ||||
| 		&:empty { | ||||
| 			display: none; | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	> .input { | ||||
|  | @ -177,7 +185,7 @@ export default defineComponent({ | |||
| 			height: $height; | ||||
| 			width: 100%; | ||||
| 			margin: 0; | ||||
| 			padding: 0 8px; | ||||
| 			padding: 0 12px; | ||||
| 			font: inherit; | ||||
| 			font-weight: normal; | ||||
| 			font-size: 1em; | ||||
|  |  | |||
|  | @ -172,19 +172,27 @@ export default defineComponent({ | |||
| 
 | ||||
| <style lang="scss" scoped> | ||||
| .adhpbeos { | ||||
| 	margin: 1em 0; | ||||
| 	margin: 1.5em 0; | ||||
| 
 | ||||
| 	> .label { | ||||
| 		font-size: 0.85em; | ||||
| 		padding: 0 0 6px 6px; | ||||
| 		font-weight: bold; | ||||
| 		user-select: none; | ||||
| 
 | ||||
| 		&:empty { | ||||
| 			display: none; | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	> .caption { | ||||
| 		font-size: 0.8em; | ||||
| 		padding: 6px 0 0 6px; | ||||
| 		color: var(--fgTransparentWeak); | ||||
| 
 | ||||
| 		&:empty { | ||||
| 			display: none; | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	> .input { | ||||
|  |  | |||
|  | @ -98,14 +98,14 @@ export default defineComponent({ | |||
| 	background: var(--panel); | ||||
| 
 | ||||
| 	> .search { | ||||
| 		padding: 12px; | ||||
| 		padding: 16px; | ||||
| 	} | ||||
| 
 | ||||
| 	.docs { | ||||
| 		display: grid; | ||||
| 		grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); | ||||
| 		grid-gap: 12px; | ||||
| 		margin: var(--margin); | ||||
| 		margin: 0 16px 16px 16px; | ||||
| 
 | ||||
| 		> .doc { | ||||
| 			display: inline-block; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue