06/05 Optimize app
This commit is contained in:
+11
-1
@@ -189,7 +189,13 @@
|
||||
.btn-label { display: none; }
|
||||
.tb-right .btn { padding-left: 8px; padding-right: 8px; }
|
||||
.stat-card .stat-value { font-size: 16px; }
|
||||
/* AI chat: shorter on small screens so it doesn't eat the whole viewport */
|
||||
#chatMessages { height: 300px !important; }
|
||||
/* Projection / combo charts: cap height so they're not giant on phones */
|
||||
.proj-chart-wrap { height: 200px !important; }
|
||||
}
|
||||
/* table-wrap inside a regular (padded) pcard also needs overflow-x */
|
||||
.pcard .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
|
||||
/* Keyboard shortcut cheatsheet modal */
|
||||
#kbd-modal .kbd-row { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
|
||||
#kbd-modal .kbd-row:last-child { border: none; }
|
||||
@@ -304,7 +310,11 @@
|
||||
class="sb-link {% if request.blueprint == 'transactions' %}active{% endif %}"
|
||||
>
|
||||
<i class="bi bi-arrow-left-right"></i
|
||||
><span class="lt">Transactions</span>
|
||||
><span class="lt">Transactions
|
||||
{% if plaid_review_count > 0 %}
|
||||
<span style="margin-left:6px;background:#7c3aed;color:#fff;font-size:10px;font-weight:700;padding:1px 5px;border-radius:10px;line-height:1.4;">{{ plaid_review_count }}</span>
|
||||
{% endif %}
|
||||
</span>
|
||||
</a>
|
||||
<a
|
||||
href="{{ url_for('transactions.new', type='income') }}"
|
||||
|
||||
Reference in New Issue
Block a user