mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
Remove table-fixed on mobile as it messes up the layout of the DX Opportunities table
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="ionosonde-band-state" class="mb-3 js-hidden">
|
||||
<table class="table table-sm table-bordered mb-0 d-none d-md-table table-fixed">
|
||||
<table class="table table-sm table-bordered mb-0 d-none d-md-table table-fixed-on-desktop">
|
||||
<thead><tr id="ionosonde-band-state-head"></tr></thead>
|
||||
<tbody><tr id="ionosonde-band-state-row"></tr></tbody>
|
||||
</table>
|
||||
@@ -233,7 +233,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm table-bordered mb-0 table-fixed">
|
||||
<table class="table table-sm table-bordered mb-0 table-fixed-on-desktop">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
@@ -271,8 +271,8 @@
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.9/dist/chart.umd.min.js"></script>
|
||||
<script src="/js/common.js?v=1779397205"></script>
|
||||
<script src="/js/conditions.js?v=1779397205"></script>
|
||||
<script src="/js/common.js?v=1779484103"></script>
|
||||
<script src="/js/conditions.js?v=1779484103"></script>
|
||||
<script>$(document).ready(function () {
|
||||
$("#nav-link-conditions").addClass("active");
|
||||
}); <!-- highlight active page in nav --></script>
|
||||
|
||||
Reference in New Issue
Block a user