forked from MapComplete/MapComplete
		
	Styling: theme view buttons
This commit is contained in:
		
							parent
							
								
									652d617583
								
							
						
					
					
						commit
						84f8359528
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -71,12 +71,12 @@
 | 
				
			||||||
<div class="absolute top-0 left-0 w-full ">
 | 
					<div class="absolute top-0 left-0 w-full ">
 | 
				
			||||||
  <!-- Top components -->
 | 
					  <!-- Top components -->
 | 
				
			||||||
  <If condition={state.featureSwitches.featureSwitchSearch}>
 | 
					  <If condition={state.featureSwitches.featureSwitchSearch}>
 | 
				
			||||||
    <div class="sm:w-min float-right m-1 sm:m-2 max-[320px]:w-full">
 | 
					    <div class="sm:w-min float-right mt-1 px-1 sm:m-2 max-[320px]:w-full">
 | 
				
			||||||
      <Geosearch bounds={state.mapProperties.bounds} perLayer={state.perLayer} {selectedElement}
 | 
					      <Geosearch bounds={state.mapProperties.bounds} perLayer={state.perLayer} {selectedElement}
 | 
				
			||||||
                 {selectedLayer}></Geosearch>
 | 
					                 {selectedLayer}></Geosearch>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </If>
 | 
					  </If>
 | 
				
			||||||
  <div class="float-left m-1 sm:m-2 md:m-4">
 | 
					  <div class="float-left ml-1 sm:m-2 md:m-4">
 | 
				
			||||||
    <MapControlButton on:click={() => state.guistate.themeIsOpened.setData(true)}>
 | 
					    <MapControlButton on:click={() => state.guistate.themeIsOpened.setData(true)}>
 | 
				
			||||||
      <div class="flex m-0.5 mx-1 sm:mx-1 md:mx-2 items-center cursor-pointer">
 | 
					      <div class="flex m-0.5 mx-1 sm:mx-1 md:mx-2 items-center cursor-pointer">
 | 
				
			||||||
        <img class="w-4 h-4 sm:w-6 sm:h-6 md:w-8 md:h-8 block mr-0.5 sm:mr-1 md:mr-2" src={layout.icon}>
 | 
					        <img class="w-4 h-4 sm:w-6 sm:h-6 md:w-8 md:h-8 block mr-0.5 sm:mr-1 md:mr-2" src={layout.icon}>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue