forked from MapComplete/MapComplete
		
	Slightly clean up styling
This commit is contained in:
		
							parent
							
								
									e932bfd9cd
								
							
						
					
					
						commit
						5e4f67e9a6
					
				
					 4 changed files with 45 additions and 31 deletions
				
			
		|  | @ -51,7 +51,7 @@ | |||
|   </div> | ||||
| 
 | ||||
|   <div class="m4 h-full overflow-y-auto"> | ||||
|     {Object.keys(perRegion).join(";")} | ||||
|     <!-- {Object.keys(perRegion).join(";")} --> | ||||
|     <TabbedGroup> | ||||
|       <div slot="title0">Basic properties</div> | ||||
|       <div slot="content0"> | ||||
|  | @ -74,16 +74,15 @@ | |||
|       </div> | ||||
| 
 | ||||
|       <div slot="title4">Configuration file</div> | ||||
|       <div slot="content4" class="h-full"> | ||||
|       <div slot="content4" class="flex h-full flex-col"> | ||||
|         <div> | ||||
|           Below, you'll find the raw configuration file in `.json`-format. This is mostly for | ||||
|           debugging purposes, but you can also edit the file directly if you want. | ||||
|         </div> | ||||
|         <ShowConversionMessages messages={$messages} /> | ||||
|         <div class="literal-code h-full w-full"> | ||||
|           <RawEditor {state} /> | ||||
|         </div> | ||||
| 
 | ||||
|         <ShowConversionMessages messages={$messages} /> | ||||
|       </div> | ||||
|     </TabbedGroup> | ||||
|   </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue