docs: devices: the table will scroll horizontally when viewed on mobile devices, preventing it from overflowing the screen.

This commit is contained in:
Rifat Azad
2025-01-07 08:21:54 +06:00
parent 63244d38c0
commit f0c2af2530

View File

@@ -121,8 +121,10 @@
<div class="container"> <div class="container">
<!-- Warning Box --> <!-- Warning Box -->
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>Warning!</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next maintained by other developers. So be casious of what you are flashing! <strong>Warning!</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next maintained by other developers. So be cautious of what you are flashing!
</div> </div>
<!-- Wrap the table inside a div with overflow-x: auto -->
<div style="overflow-x: auto;">
<table class="table table-bordered table-hover"> <table class="table table-bordered table-hover">
<thead> <thead>
<tr> <tr>
@@ -132,7 +134,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr></tr> <tr>
<td><a href="https://github.com/devnoname120" target="_blank">devnoname120</a></td> <td><a href="https://github.com/devnoname120" target="_blank">devnoname120</a></td>
<td><a href="https://github.com/devnoname120/Android-Kernel-Builder_mi-note-10-lite/releases" target="_blank">kernel_xiaomi_sm6150</a></td> <td><a href="https://github.com/devnoname120/Android-Kernel-Builder_mi-note-10-lite/releases" target="_blank">kernel_xiaomi_sm6150</a></td>
<td>Mi Note 10 Lite (toco)</td> <td>Mi Note 10 Lite (toco)</td>
@@ -156,8 +158,10 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
</section> </section>
<!-- Footer --> <!-- Footer -->
<footer class="text-center"> <footer class="text-center">
<div class="container"> <div class="container">