mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Affix does not work on mobile
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
<!-- sidebar -->
|
||||
<% if @tournament %>
|
||||
<div class="affix" style="border-right:1px solid #000; padding-right: 1%;">
|
||||
<div class="" style="padding-right: 1%;">
|
||||
<ul class="">
|
||||
<h5>Tournament Links</h5>
|
||||
<h4>Tournament Links</h4>
|
||||
<li><%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %></li>
|
||||
<li><%= link_to "Upcoming Matches" , "/tournaments/#{@tournament.id}/up_matches" %></li>
|
||||
<li><%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %></li>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="afs_ads"> </div>
|
||||
<div class="well affix" id="blocked_message" style="display: none; width: 200px;">
|
||||
<div class="well" id="blocked_message" style="display: none; width: 200px;">
|
||||
<p>We've detected that you have an ad blocker enabled! Please consider disabling it for <strong>wrestlingdev.com</strong>. This site is free for users and supported by ads. Ad blockers also block performance monitoring that help us with user experience.</p>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user