You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
docs: devices: the table will scroll horizontally when viewed on mobile devices, preventing it from overflowing the screen.
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user