diff --git a/miniapp/index.html b/miniapp/index.html index f99c02b6..ff23dbbf 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -346,6 +346,36 @@ transform: translateY(-2px); } + .empty-state-card { + padding: 32px 24px; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + gap: 16px; + } + + .empty-state-icon { + font-size: 48px; + line-height: 1; + } + + .empty-state-title { + font-size: 20px; + font-weight: 700; + color: var(--text-primary); + } + + .empty-state-text { + font-size: 15px; + color: var(--text-secondary); + line-height: 1.6; + } + + .empty-state-card .btn { + width: 100%; + } + .card-header { padding: 16px; cursor: pointer; @@ -4223,13 +4253,42 @@ + + +