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,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">