diff --git a/index.html b/index.html index c3a40be..eca7b4b 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ footer .brand { margin-left: auto; } .player { display: flex; flex-direction: row; width: 100%; align-items: center; gap: 24px; } canvas { width: 100%; height: 100px; border-radius: 6px; display: block; } .player-right { display: flex; flex-direction: column; width: 320px; flex-shrink: 0; } -.audio-info { font-size: 11px; color: #6b7089; font-variant-numeric: tabular-nums; align-self: flex-end; } +.audio-info { font-size: 11px; color: #6b7089; font-variant-numeric: tabular-nums; align-self: flex-end; min-height: 1.4em; } .player .track-info { margin-bottom: 4px; } .player .track-info .title { font-size: 16px; font-weight: 600; color: #c6c8d1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .player .track-info .artist-name { font-size: 12px; color: #6b7089; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }