You've already forked AstralRinth
forked from didirus/AstralRinth
Fixed a few icons in settings shrinking on mobile (#4331)
* Fix some icons shrinking Fixes #2297 * more shrinkage * fix typo
This commit is contained in:
@@ -32,15 +32,15 @@
|
||||
<div class="flex flex-col gap-2">
|
||||
<span class="font-bold">Benefits</span>
|
||||
<div class="flex items-center gap-2">
|
||||
<CheckCircleIcon class="h-5 w-5 text-brand" />
|
||||
<CheckCircleIcon class="h-5 w-5 shrink-0 text-brand" />
|
||||
<span> Ad-free browsing on modrinth.com and Modrinth App </span>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<CheckCircleIcon class="h-5 w-5 text-brand" />
|
||||
<CheckCircleIcon class="h-5 w-5 shrink-0 text-brand" />
|
||||
<span>Modrinth+ badge on your profile</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<CheckCircleIcon class="h-5 w-5 text-brand" />
|
||||
<CheckCircleIcon class="h-5 w-5 shrink-0 text-brand" />
|
||||
<span>Support Modrinth and creators directly</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user