06/03 Optimize app
This commit is contained in:
@@ -164,16 +164,20 @@
|
||||
#main, #sidebar.collapsed ~ #main { margin-left: 0 !important; padding: 14px; }
|
||||
.pcard { padding: 14px; }
|
||||
.stat-card { padding: 14px 16px; }
|
||||
.stat-card .stat-value { font-size: 20px; }
|
||||
.stat-card .stat-value { font-size: 18px; }
|
||||
/* Tables: scroll horizontally on small screens */
|
||||
.table-wrap, .pcard.p-0 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
|
||||
.pfm-table { min-width: 580px; }
|
||||
/* Remove h-100 height constraint on table wrappers so overflow-x works */
|
||||
.pcard.p-0.h-100 { height: auto !important; }
|
||||
.pfm-table { min-width: 560px; }
|
||||
/* Hide low-priority columns */
|
||||
.d-mob-none { display: none !important; }
|
||||
/* Topbar title: truncate so action buttons always fit */
|
||||
.tb-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
|
||||
/* Flash: stretch full width */
|
||||
.flash-wrap { left: 8px; right: 8px; max-width: none; }
|
||||
/* Teller/Schwab action rows: stack on very small cards */
|
||||
.pcard .d-flex.gap-2 { flex-wrap: wrap; }
|
||||
}
|
||||
/* Extra-small screens: hide button label text, keep icons */
|
||||
@media (max-width: 575px) {
|
||||
@@ -181,6 +185,7 @@
|
||||
.pcard { padding: 12px; }
|
||||
.btn-label { display: none; }
|
||||
.tb-right .btn { padding-left: 8px; padding-right: 8px; }
|
||||
.stat-card .stat-value { font-size: 16px; }
|
||||
}
|
||||
.sb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 1039; }
|
||||
.sb-overlay.on { display: block; }
|
||||
|
||||
Reference in New Issue
Block a user