mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix(SubscriptionsPage): fix card arrangement with more channels
This commit is contained in:
parent
d8e1139e82
commit
84bce5d0ac
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<!-- Subscriptions card list -->
|
<!-- Subscriptions card list -->
|
||||||
<div class="xl:flex <md:flex-wrap">
|
<div class="xl:grid xl:grid-cols-5 <md:flex-wrap">
|
||||||
<!-- channel info card -->
|
<!-- channel info card -->
|
||||||
<div
|
<div
|
||||||
class="col m-2 p-1 border rounded-lg border-gray-500"
|
class="col m-2 p-1 border rounded-lg border-gray-500"
|
||||||
|
|
Loading…
Reference in a new issue