summaryrefslogtreecommitdiff
path: root/frontend/app
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-18 22:18:20 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-18 22:18:20 -0700
commit16d9eb4f864fe8c29a9dee57ec47f77b34ae0df4 (patch)
tree36d56f7ed8bc5d893fafce807f7846e6c320b1cc /frontend/app
parent566f59cb00958caa073279a7bb698e1ede48c0d4 (diff)
feat: wire Ratios subtab into FinancialsPage, move tab strip up from FinancialsCard
Diffstat (limited to 'frontend/app')
-rw-r--r--frontend/app/prism-shell.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/app/prism-shell.css b/frontend/app/prism-shell.css
index 424ebb3..4e65ced 100644
--- a/frontend/app/prism-shell.css
+++ b/frontend/app/prism-shell.css
@@ -1116,6 +1116,11 @@
overflow: hidden;
}
+.psm-fin-tab-bar {
+ border-bottom: 1px solid var(--line-1);
+ margin-bottom: 0;
+}
+
.psm-fin-header {
display: flex;
align-items: stretch;
@@ -1156,6 +1161,7 @@
display: flex;
align-items: center;
gap: var(--sp-1);
+ margin-left: auto;
}
.psm-fin-period-btn {