feat: complete strategy and market data improvements
This commit is contained in:
+5
-31
@@ -3501,8 +3501,6 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
.theme-head-actions-v2,
|
||||
.theme-title-v2 > div,
|
||||
.theme-detail-name-line-v2,
|
||||
.theme-chart-heading-v2,
|
||||
.theme-chart-legend-v2,
|
||||
.theme-members-heading-v2,
|
||||
.theme-members-heading-v2 > div {
|
||||
display: flex;
|
||||
@@ -3627,8 +3625,7 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
}
|
||||
|
||||
.theme-card-head-v2 h3,
|
||||
.theme-members-heading-v2 h3,
|
||||
.theme-chart-heading-v2 h4 { margin: 0; color: var(--r2-ink); }
|
||||
.theme-members-heading-v2 h3 { margin: 0; color: var(--r2-ink); }
|
||||
.theme-card-head-v2 h3 { font-size: 14px; font-weight: 700; }
|
||||
.theme-card-head-v2 span { display: block; margin-top: 2px; color: var(--r2-faint); font-size: 10.5px; }
|
||||
.theme-card-head-v2 > strong {
|
||||
@@ -3717,7 +3714,7 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
.theme-detail-stack-v2:not([hidden]) {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-rows: minmax(348px, 1.35fr) minmax(190px, .85fr);
|
||||
grid-template-rows: auto minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@@ -3773,25 +3770,6 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
.theme-detail-metrics-v2 strong.up { color: var(--r2-up); }
|
||||
.theme-detail-metrics-v2 strong.down { color: var(--r2-down); }
|
||||
|
||||
.theme-chart-heading-v2 {
|
||||
min-height: 39px;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
padding: 6px 14px 4px;
|
||||
}
|
||||
|
||||
.theme-chart-heading-v2 h4 { display: inline; font-size: 12px; font-weight: 700; }
|
||||
.theme-chart-heading-v2 > div:first-child > span { margin-left: 6px; color: var(--r2-faint); font-size: 10px; }
|
||||
.theme-chart-legend-v2 { gap: 12px; color: var(--r2-faint); font-size: 9.5px; }
|
||||
.theme-chart-legend-v2 span { display: inline-flex; align-items: center; gap: 4px; }
|
||||
.theme-chart-legend-v2 i { width: 8px; height: 8px; display: inline-block; border-radius: 2px; }
|
||||
.theme-chart-legend-v2 i.up { background: var(--r2-up); }
|
||||
.theme-chart-legend-v2 i.down { background: var(--r2-down); }
|
||||
.theme-chart-legend-v2 i.volume { height: 5px; background: #a8b2c1; }
|
||||
|
||||
.theme-chart-shell-v2 { min-height: 220px; flex: 1 1 auto; padding: 0 10px 8px; }
|
||||
.theme-chart-shell-v2 canvas { width: 100%; height: 100%; display: block; }
|
||||
|
||||
.theme-members-heading-v2 {
|
||||
min-height: 50px;
|
||||
justify-content: space-between;
|
||||
@@ -3858,7 +3836,7 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
.theme-directory-card-v2 { max-height: 330px; }
|
||||
.theme-directory-v2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
.theme-directory-item-v2:nth-child(odd) { border-right: 1px solid var(--r2-line-soft); }
|
||||
.theme-detail-stack-v2:not([hidden]) { grid-template-rows: 430px 360px; }
|
||||
.theme-detail-stack-v2:not([hidden]) { grid-template-rows: auto 420px; }
|
||||
}
|
||||
|
||||
@media (min-width: 721px) and (max-height: 900px) {
|
||||
@@ -3869,11 +3847,9 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
.theme-card-head-v2 { min-height: 50px; }
|
||||
.theme-directory-labels-v2 { min-height: 25px; }
|
||||
.theme-directory-item-v2 { min-height: 52px; }
|
||||
.theme-detail-stack-v2:not([hidden]) { grid-template-rows: minmax(330px, 1.35fr) minmax(180px, .85fr); gap: 9px; }
|
||||
.theme-detail-stack-v2:not([hidden]) { grid-template-rows: auto minmax(260px, 1fr); gap: 9px; }
|
||||
.theme-detail-heading-v2 { min-height: 58px; }
|
||||
.theme-detail-metrics-v2 { min-height: 47px; }
|
||||
.theme-chart-heading-v2 { min-height: 34px; }
|
||||
.theme-chart-shell-v2 { min-height: 185px; }
|
||||
.theme-members-heading-v2 { min-height: 44px; }
|
||||
.theme-members-table-v2 tbody td { height: 35px; padding-top: 5px; padding-bottom: 5px; }
|
||||
}
|
||||
@@ -3892,15 +3868,13 @@ body.sidebar-collapsed .status-bar { left: 64px; }
|
||||
.theme-library-workspace-v2 { grid-template-columns: minmax(0, 1fr); }
|
||||
.theme-directory-card-v2 { max-height: 360px; }
|
||||
.theme-detail-stack-v2:not([hidden]) { display: flex; flex-direction: column; gap: 10px; }
|
||||
.theme-market-card-v2 { min-height: 430px; }
|
||||
.theme-market-card-v2 { min-height: 0; }
|
||||
.theme-detail-heading-v2 { align-items: flex-end; }
|
||||
.theme-detail-name-line-v2 { align-items: flex-start; flex-direction: column; gap: 2px; }
|
||||
.theme-detail-metrics-v2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
|
||||
.theme-detail-metrics-v2 > div { border-bottom: 1px solid var(--r2-line-soft); }
|
||||
.theme-detail-metrics-v2 > div:nth-child(3) { border-right: 0; }
|
||||
.theme-detail-metrics-v2 > div:nth-child(n + 4) { border-bottom: 0; }
|
||||
.theme-chart-heading-v2 { align-items: flex-start; flex-direction: column; gap: 4px; }
|
||||
.theme-chart-shell-v2 { min-height: 245px; }
|
||||
.theme-members-card-v2 { min-height: 420px; }
|
||||
.theme-members-heading-v2 > div { align-items: flex-start; flex-direction: column; gap: 2px; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user