fix(mods): correct padding class for install theme error div

This commit is contained in:
Mr. M 2025-05-15 15:01:45 +02:00
parent 3d4484a1c3
commit 966da54a29
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -62,7 +62,7 @@ const {
<div class="mx-auto mb-24 mt-12 flex flex-col gap-6 px-8 lg:mt-32 lg:w-1/2">
<div
id="install-theme-error"
class="flex flex-col items-center justify-center gap-2 rounded-xl bg-red-200 p-2 px-4 md:flex-row md:justify-between dark:bg-red-700"
class="flex flex-col items-center justify-center gap-2 rounded-xl bg-red-200 p-2 pl-4 md:flex-row md:justify-between dark:bg-red-700"
>
<div class="flex items-center gap-2 text-center md:text-left">
<InfoIcon />