mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(mods): correct padding class for install theme error div
This commit is contained in:
parent
3d4484a1c3
commit
966da54a29
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue