Skip to content

Commit bd67abf

Browse files
LooFifteenashhhleyyy
authored andcommitted
Revert "feat: temporary button for secondary streams"
This reverts commit 7343a64.
1 parent 7343a64 commit bd67abf

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

sass/base/_buttons.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ $listen-shadow: rgba(0, 0, 0, 0.33);
7676
}
7777
}
7878

79-
&.listen-btn-other {
80-
border-radius: 0.4em 0 0 0;
81-
background-color: #28a745;
82-
}
83-
84-
&.listen-btn-main {
85-
bottom: 32px;
86-
}
87-
8879
@media not prefers-reduced-motion {
8980
&.listen-btn-animated {
9081
animation-fill-mode: both;

views/elements/current_and_next.tmpl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
{{else}}
2626
</div>
2727
{{end}}
28-
<a href="https://ury.org.uk/listen" class="btn btn-red listen-btn listen-btn-animated listen-btn-main mobile-hide" title="Listen Live" onclick="window.open('//ury.org.uk/live', 'radioplayer', 'height=800,width=440'); return false;"><i class="fa fa-volume-up mr-2"></i>Listen Live</a>
29-
<a href="https://ury.org.uk/aux-player" class="btn btn-primary listen-btn listen-btn-animated listen-btn-other mobile-hide" title="Other Streams" onclick="window.open('//ury.org.uk/aux-player', 'radioplayer', 'height=800,width=440'); return false;"><i class="fa fa-volume-up mr-2"></i>Other streams</a>
28+
<a href="https://ury.org.uk/listen" class="btn btn-red listen-btn listen-btn-animated mobile-hide" title="Listen Live" onclick="window.open('//ury.org.uk/live', 'radioplayer', 'height=800,width=440'); return false;"><i class="fa fa-volume-up mr-2"></i>Listen Live</a>
3029
</div>
3130
{{end}}
3231
{{if .Next}}
@@ -46,8 +45,7 @@
4645
</div>
4746
{{end}}
4847
<div class="col-12 mobile-only p-0">
49-
<a aria-hidden="true" href="https://ury.org.uk/listen" class="btn btn-lg w-100 btn-square btn-red listen-btn-mobile" title="Listen Live" onclick="window.open('//ury.org.uk/live', 'radioplayer'); return false;"><i class="fa fa-volume-up mr-2"></i>Listen Live</a>
50-
<a aria-hidden="true" href="https://ury.org.uk/aux-player" class="btn btn-lg btn-block btn-square btn-primary listen-btn-mobile" title="Other Streams" onclick="window.open('//ury.org.uk/aux-player', 'aux-player'); return false;"><i class="fa fa-volume-up mr-2"></i>Other Streams</a>
48+
<a aria-hidden="true" href="https://ury.org.uk/listen" class="btn btn-lg btn-block btn-square btn-red listen-btn-mobile" title="Listen Live" onclick="window.open('//ury.org.uk/live', 'radioplayer'); return false;"><i class="fa fa-volume-up mr-2"></i>Listen Live</a>
5149
</div>
5250
</div>
5351
{{end}}

0 commit comments

Comments
 (0)