Finally... Music link fingering 😉
This commit is contained in:
		
							parent
							
								
									23f74ff054
								
							
						
					
					
						commit
						d35c93c7aa
					
				@ -113,6 +113,7 @@ func (f *musicPlayer) Render() app.UI {
 | 
			
		||||
							app.Span().
 | 
			
		||||
								Style("text-decoration", "underline").
 | 
			
		||||
								Style("width", "fit-content").
 | 
			
		||||
								Class("finger-hover").
 | 
			
		||||
								Text(f.songs[s].ITitle).
 | 
			
		||||
								OnClick(func(ctx app.Context, e app.Event) {
 | 
			
		||||
									ctx.NewActionWithValue("switchSong", f.songs[s].IID)
 | 
			
		||||
 | 
			
		||||
@ -44,6 +44,10 @@ body {
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.finger-hover:hover {
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.update-text {
 | 
			
		||||
	align-self: center;
 | 
			
		||||
	flex: 70%;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user