Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #345 from nypublicradio/mwalsh/player-fixes
Browse files Browse the repository at this point in the history
Player displaty tweaks
  • Loading branch information
walsh9 authored Apr 22, 2022
2 parents 9d7d8a6 + fb8f304 commit 503cbb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/GothamistPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
:is-muted="vueHifiIsMuted"
:station="whatsOnNowStation"
:title="whatsOnNowTitle"
:description="whatsOnNowEpisodeTitle"
:file="whatsOnNowFile"
:should-show-cta="!hasSomethingBeenPlayedYet"
aria-live="polite"
Expand Down Expand Up @@ -193,6 +192,12 @@ export default {
.track-info-livestream-station {
letter-spacing: 0.15em;
}
.track-info-title, .track-info-title h2 {
max-width: calc(100vw - 162px);
@include media('>medium') {
max-width: 210px;
}
}
.player-cta-play-button .button-text {
display: none;
}
Expand Down

0 comments on commit 503cbb2

Please sign in to comment.