mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-16 18:14:23 +01:00
Fixed the fix for the lyric fix
This commit is contained in:
parent
9b6babed31
commit
0afa0b3971
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ window.handleResize = () ->
|
|||
return if $this.data 'real-height'
|
||||
$this.data 'real-height', $this.height()
|
||||
$this.css
|
||||
height: '15em'
|
||||
maxHeight: '15em'
|
||||
|
||||
$this.find('.reveal').click (e) ->
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in a new issue