mirror of
				https://codeberg.org/kbruen/kai.infotren.git
				synced 2025-11-04 17:06:46 +02:00 
			
		
		
		
	Fix CSS typo
This commit is contained in:
		
							parent
							
								
									c0c5f3e7c4
								
							
						
					
					
						commit
						06e57e5b8b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								sw.js
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								sw.js
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
const VERSION = 'v20'
 | 
			
		||||
const VERSION = 'v22'
 | 
			
		||||
const API_ORIGIN = 'https://scraper.infotren.dcdev.ro/'
 | 
			
		||||
const API_TRAINS = `${API_ORIGIN}v3/trains`
 | 
			
		||||
const API_STATIONS = `${API_ORIGIN}v3/stations`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -64,7 +64,7 @@
 | 
			
		|||
	align-items: flex-end;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.stationItem .arrival, .station .departure {
 | 
			
		||||
.stationItem .arrival, .stationItem .departure {
 | 
			
		||||
	align-self: center;
 | 
			
		||||
	
 | 
			
		||||
	display: flex;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue