forked from MapComplete/MapComplete
		
	Graciously handle multiple entries in wikidata for fetching images and showing articles, verious bug fixes
This commit is contained in:
		
							parent
							
								
									8d52ef1106
								
							
						
					
					
						commit
						a996ba2a7c
					
				
					 14 changed files with 231 additions and 90 deletions
				
			
		|  | @ -852,14 +852,14 @@ video { | |||
|   margin-right: 0.75rem; | ||||
| } | ||||
| 
 | ||||
| .mb-2 { | ||||
|   margin-bottom: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .mr-4 { | ||||
|   margin-right: 1rem; | ||||
| } | ||||
| 
 | ||||
| .mb-2 { | ||||
|   margin-bottom: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .mt-3 { | ||||
|   margin-top: 0.75rem; | ||||
| } | ||||
|  | @ -1251,14 +1251,14 @@ video { | |||
|   border-radius: 0.25rem; | ||||
| } | ||||
| 
 | ||||
| .rounded-lg { | ||||
|   border-radius: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .rounded-xl { | ||||
|   border-radius: 0.75rem; | ||||
| } | ||||
| 
 | ||||
| .rounded-lg { | ||||
|   border-radius: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .border { | ||||
|   border-width: 1px; | ||||
| } | ||||
|  | @ -1386,6 +1386,14 @@ video { | |||
|   padding: 0px; | ||||
| } | ||||
| 
 | ||||
| .pl-2 { | ||||
|   padding-left: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .pr-2 { | ||||
|   padding-right: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .pl-6 { | ||||
|   padding-left: 1.5rem; | ||||
| } | ||||
|  | @ -1394,10 +1402,6 @@ video { | |||
|   padding-top: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .pl-2 { | ||||
|   padding-left: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .pt-3 { | ||||
|   padding-top: 0.75rem; | ||||
| } | ||||
|  | @ -1458,10 +1462,6 @@ video { | |||
|   padding-top: 0px; | ||||
| } | ||||
| 
 | ||||
| .pr-2 { | ||||
|   padding-right: 0.5rem; | ||||
| } | ||||
| 
 | ||||
| .text-center { | ||||
|   text-align: center; | ||||
| } | ||||
|  | @ -1582,6 +1582,10 @@ video { | |||
|   text-decoration: underline; | ||||
| } | ||||
| 
 | ||||
| .opacity-50 { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| 
 | ||||
| .opacity-0 { | ||||
|   opacity: 0; | ||||
| } | ||||
|  | @ -1628,6 +1632,12 @@ video { | |||
|   transition-duration: 150ms; | ||||
| } | ||||
| 
 | ||||
| .transition-opacity { | ||||
|   transition-property: opacity; | ||||
|   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | ||||
|   transition-duration: 150ms; | ||||
| } | ||||
| 
 | ||||
| .\!transition { | ||||
|   transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important; | ||||
|   transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; | ||||
|  | @ -1788,6 +1798,10 @@ svg, img { | |||
|   height: 100%; | ||||
| } | ||||
| 
 | ||||
| .no-images img { | ||||
|   display: none; | ||||
| } | ||||
| 
 | ||||
| .mapcontrol svg path { | ||||
|   fill: var(--subtle-detail-color-contrast) !important; | ||||
| } | ||||
|  | @ -2189,6 +2203,10 @@ li::marker { | |||
|   color: rgba(30, 64, 175, var(--tw-text-opacity)); | ||||
| } | ||||
| 
 | ||||
| .hover\:opacity-100:hover { | ||||
|   opacity: 1; | ||||
| } | ||||
| 
 | ||||
| .hover\:shadow-xl:hover { | ||||
|   --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | ||||
|   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue