fix: restore B-147 dialog tokens and unclip screener headers
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
22d4dcd339
commit
cf7183d0c0
+6
-5
@@ -790,7 +790,8 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) {
|
||||
:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)),
|
||||
:root[data-theme="dark"] :is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) {
|
||||
--dialog-line: var(--border);
|
||||
|
||||
--dialog-line-strong: var(--border-strong);
|
||||
@@ -803,17 +804,17 @@
|
||||
|
||||
border: 1px solid var(--dialog-line-strong);
|
||||
|
||||
border-radius: 10px;
|
||||
border-radius: var(--size-radius-dialog);
|
||||
|
||||
background: var(--surface);
|
||||
|
||||
color: var(--dialog-ink);
|
||||
|
||||
box-shadow: rgba(25, 36, 48, 0.2) 0px 26px 72px, rgba(25, 36, 48, 0.08) 0px 4px 14px;
|
||||
box-shadow: var(--shadow-float);
|
||||
}
|
||||
|
||||
:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog))::backdrop {
|
||||
background: rgba(28, 39, 50, 0.46);
|
||||
background: var(--backdrop);
|
||||
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
@@ -1133,7 +1134,7 @@
|
||||
|
||||
margin: 8px auto;
|
||||
|
||||
border-radius: 8px;
|
||||
border-radius: var(--size-radius-dialog);
|
||||
}
|
||||
|
||||
:is(.stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) .dialog-header {
|
||||
|
||||
-4
@@ -217,10 +217,6 @@ body[data-active-view="reviewWorkspaceView"] .workspace-view {
|
||||
}
|
||||
}
|
||||
|
||||
body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.trade-journal-section .trade-log-summary {
|
||||
min-height: 58px;
|
||||
}
|
||||
|
||||
+5
-9
@@ -2119,10 +2119,6 @@ body[data-active-view="screenerView"] .workspace-view {
|
||||
}
|
||||
}
|
||||
|
||||
body[data-active-view="screenerView"] .overview-strip {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
@media (min-width: 901px) {
|
||||
.screener-page-bar {
|
||||
min-height: 34px;
|
||||
@@ -5874,7 +5870,7 @@ body[data-active-view="screenerView"] .overview-strip {
|
||||
|
||||
width: 100%;
|
||||
|
||||
min-width: 1180px;
|
||||
min-width: 1376px;
|
||||
|
||||
table-layout: fixed;
|
||||
}
|
||||
@@ -5895,12 +5891,12 @@ body[data-active-view="screenerView"] .overview-strip {
|
||||
width: 78px;
|
||||
}
|
||||
|
||||
#screenerView .screener-result-columns col:nth-child(5) {
|
||||
width: 104px;
|
||||
#screenerView .screener-result-columns col:nth-child(5),
|
||||
#screenerView .screener-result-columns col:nth-child(6),
|
||||
#screenerView .screener-result-columns col:nth-child(7) {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#screenerView .screener-result-columns col:nth-child(6),
|
||||
#screenerView .screener-result-columns col:nth-child(7),
|
||||
#screenerView .screener-result-columns col:nth-child(8),
|
||||
#screenerView .screener-result-columns col:nth-child(9) {
|
||||
width: 82px;
|
||||
|
||||
Reference in New Issue
Block a user