Update Mihomo page layout for improved responsiveness
- Adjusted grid classes in the Mihomo page to enhance layout flexibility, transitioning from a fixed column setup to a more responsive design. - Improved the display of proxy groups by allowing for a greater number of columns on larger screens, optimizing user experience across devices.
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
class="grid grid-cols-1 gap-3 md:grid-cols-2 xl:grid-cols-3"
|
||||
class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-4"
|
||||
>
|
||||
{#each rows.filter((r) => r.metaStatus === 'ok') as r (r.alias)}
|
||||
<Card.Root
|
||||
|
||||
Reference in New Issue
Block a user