fix(ui): fix minor ui bugs

This commit is contained in:
shafin-r
2026-02-22 03:38:16 +06:00
parent be63ca5ed2
commit d56ea14a22
2 changed files with 17 additions and 19 deletions

View File

@ -116,7 +116,7 @@ const STYLES = `
}
.pf-row {
display: flex; align-items: center; justify-content: space-between;
padding: 0.9rem 1.1rem; gap: 0.75rem; cursor: pointer;
padding: 0.9rem 1.1rem; gap: 0.75rem; cursor: not-allowed;
background: white; border: none; width: 100%; text-align: left;
transition: background 0.15s ease;
border-bottom: 2px solid #f9fafb;