mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: increase bottom spacing for installation guide blocks
This commit is contained in:
@@ -310,7 +310,7 @@ export default function InstallationGuide({
|
||||
const Renderer = RENDERERS[blockType] || CardsBlock;
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-6 pb-6">
|
||||
{/* Header + platform dropdown */}
|
||||
<div className="flex items-center gap-3">
|
||||
{!isTelegramWebApp && (
|
||||
|
||||
@@ -16,7 +16,7 @@ export function MinimalBlock({
|
||||
const isLast = index === blocks.length - 1;
|
||||
|
||||
return (
|
||||
<div key={index} className={isLast ? 'pb-2' : 'mb-4 border-b border-dark-700/50 pb-4'}>
|
||||
<div key={index} className={isLast ? 'pb-4' : 'mb-4 border-b border-dark-700/50 pb-4'}>
|
||||
<div className="mb-2 flex items-center gap-3">
|
||||
<ThemeIcon
|
||||
getSvgHtml={getSvgHtml}
|
||||
|
||||
Reference in New Issue
Block a user