generated from tpl/obsidian-sample-plugin
			Add width to book stack books
This commit is contained in:
		
							parent
							
								
									36e346a849
								
							
						
					
					
						commit
						f4c2aabf1f
					
				| 
						 | 
					@ -167,6 +167,8 @@
 | 
				
			||||||
							<Book
 | 
												<Book
 | 
				
			||||||
								title={bookData.title}
 | 
													title={bookData.title}
 | 
				
			||||||
								subtitle={bookData.subtitle}
 | 
													subtitle={bookData.subtitle}
 | 
				
			||||||
 | 
													authors={bookData.authors}
 | 
				
			||||||
 | 
													width={bookData.width}
 | 
				
			||||||
								color={bookData.color}
 | 
													color={bookData.color}
 | 
				
			||||||
								design={bookData.design}
 | 
													design={bookData.design}
 | 
				
			||||||
								orientation="flat"
 | 
													orientation="flat"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue