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,42 +121,46 @@
|
||||
<div class="container">
|
||||
<!-- Warning Box -->
|
||||
<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>
|
||||
<!-- Wrap the table inside a div with overflow-x: auto -->
|
||||
<div style="overflow-x: auto;">
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Maintainer</th>
|
||||
<th scope="col">Repository</th>
|
||||
<th scope="col">Supported Devices</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<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>Mi Note 10 Lite (toco)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/rifsxd" target="_blank">rifsxd</a></td>
|
||||
<td><a href="https://github.com/rifsxd/nyx_android_kernel_realme_c35/releases" target="_blank">nyx_android_kernel_realme_c35</a></td>
|
||||
<td>Realme C35 (RMX3511, RMX3513)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/utkustnr" target="_blank">utkustnr</a></td>
|
||||
<td><a href="https://github.com/utkustnr/android_kernel_huawei_hi6250" target="_blank">android_kernel_huawei_hi6250</a></td>
|
||||
<td>Huawei P20 lite (ANE) & P Smart (FIG)</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td>Example Maintainer</td>
|
||||
<td><a href="https://github.com/example/example" target="_blank">example repo name</a></td>
|
||||
<td>Example Devices</td>
|
||||
</tr> -->
|
||||
<!-- Add more rows as needed -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Maintainer</th>
|
||||
<th scope="col">Repository</th>
|
||||
<th scope="col">Supported Devices</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr></tr>
|
||||
<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>Mi Note 10 Lite (toco)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/rifsxd" target="_blank">rifsxd</a></td>
|
||||
<td><a href="https://github.com/rifsxd/nyx_android_kernel_realme_c35/releases" target="_blank">nyx_android_kernel_realme_c35</a></td>
|
||||
<td>Realme C35 (RMX3511, RMX3513)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/utkustnr" target="_blank">utkustnr</a></td>
|
||||
<td><a href="https://github.com/utkustnr/android_kernel_huawei_hi6250" target="_blank">android_kernel_huawei_hi6250</a></td>
|
||||
<td>Huawei P20 lite (ANE) & P Smart (FIG)</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td>Example Maintainer</td>
|
||||
<td><a href="https://github.com/example/example" target="_blank">example repo name</a></td>
|
||||
<td>Example Devices</td>
|
||||
</tr> -->
|
||||
<!-- Add more rows as needed -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user