mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
fix: add margin to devinfo section (#6749)
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
projectV3.project_types.includes('mod') ||
|
||||
projectV3.project_types.includes('plugin')
|
||||
"
|
||||
class="flex flex-col overflow-hidden rounded-2xl border-[1px] border-solid border-surface-4 bg-surface-2 p-0"
|
||||
class="mb-4 flex flex-col overflow-hidden rounded-2xl border-[1px] border-solid border-surface-4 bg-surface-2 p-0"
|
||||
>
|
||||
<button
|
||||
class="group m-0 flex w-full min-w-0 appearance-none items-center gap-3 rounded-2xl rounded-b-none bg-surface-3 p-4 text-left outline-offset-[-3px]"
|
||||
|
||||
Reference in New Issue
Block a user