Update home page and styles, add user API URL

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-22 10:20:52 +09:00
parent 1cd1f40e86
commit 1610ae144a
3 changed files with 32 additions and 11 deletions

View File

@@ -5593,6 +5593,12 @@ ul.txn-amount-detail li span:last-child {
.faq-section {
padding: 0 10px;
}
.faq-controlls {
display: grid;
gap: 16px;
}
.faq-search {
position: relative;
display: flex;
@@ -5618,14 +5624,9 @@ ul.txn-amount-detail li span:last-child {
}
.faq-filter {
display: flex;
align-items: center;
justify-content: space-between;
height: 40px;
padding: 0 12px;
border: 1px solid #D9D9D9;
border-radius: 8px;
margin-top: 10px;
}
.faq-filter .text {
font-size: 15px;
color: var(--color-2D3436);