mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	style(geomap): improve alignment for marker icon
This commit is contained in:
		
							parent
							
								
									016a9e4a99
								
							
						
					
					
						commit
						1be3492f67
					
				@ -36,12 +36,12 @@ const TPL = `\
 | 
				
			|||||||
        .geo-map-container .leaflet-div-icon span {
 | 
					        .geo-map-container .leaflet-div-icon span {
 | 
				
			||||||
            position: absolute;
 | 
					            position: absolute;
 | 
				
			||||||
            top: 3px;
 | 
					            top: 3px;
 | 
				
			||||||
            left: 3px;
 | 
					            left: 2px;
 | 
				
			||||||
            background-color: white;
 | 
					            background-color: white;
 | 
				
			||||||
            color: black;
 | 
					            color: black;
 | 
				
			||||||
            padding: 2px;
 | 
					            padding: 2px;
 | 
				
			||||||
            border-radius: 50%;
 | 
					            border-radius: 50%;
 | 
				
			||||||
            font-size: 16px;
 | 
					            font-size: 17px;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
</div>`;
 | 
					</div>`;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user