chore: create Multica handoff checkpoint
This commit is contained in:
+42
-8
@@ -109,7 +109,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
.trade-log-dialog {
|
||||
width: calc(-16px + 100vw);
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
border-bottom-color: var(--border);
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
:where(#reviewWorkspaceView) .workspace-section {
|
||||
min-width: 0px;
|
||||
|
||||
@@ -207,7 +207,7 @@ body[data-active-view="reviewWorkspaceView"] .workspace-view {
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
body[data-active-view="reviewWorkspaceView"] .workspace-view {
|
||||
margin-top: 0px;
|
||||
|
||||
@@ -315,7 +315,7 @@ body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
:where(#reviewWorkspaceView) .review-workspace {
|
||||
display: block;
|
||||
|
||||
@@ -1058,7 +1058,7 @@ body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
#reviewWorkspaceView .note-row {
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
@@ -1091,7 +1091,7 @@ body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
#reviewWorkspaceView .review-page-header {
|
||||
min-height: 68px;
|
||||
|
||||
@@ -1908,7 +1908,7 @@ body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
#reviewWorkspaceView .review-watchlist-table {
|
||||
min-width: 760px;
|
||||
}
|
||||
@@ -2057,7 +2057,7 @@ body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@media (min-width: 721px) {
|
||||
@media (min-width: 768px) {
|
||||
:root #reviewWorkspaceView.active-view {
|
||||
height: auto;
|
||||
|
||||
@@ -2167,3 +2167,37 @@ body[data-active-view="reviewWorkspaceView"] .overview-strip {
|
||||
:root[data-theme="dark"] #reviewWorkspaceView .data-table tbody td {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
/* Mobile review is a single vertical workflow with locally horizontal tables. */
|
||||
@media (max-width: 767px) {
|
||||
body.mobile-shell #reviewWorkspaceView {
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
body.mobile-shell #reviewWorkspaceView .review-workspace,
|
||||
body.mobile-shell #reviewWorkspaceView .review-grid,
|
||||
body.mobile-shell #reviewWorkspaceView .review-left-stack {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-12);
|
||||
}
|
||||
|
||||
body.mobile-shell #reviewWorkspaceView :is(.workspace-table-frame, .trade-log-table-frame) {
|
||||
min-height: 0;
|
||||
max-height: none;
|
||||
overflow-x: auto;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
body.mobile-shell #reviewWorkspaceView :is(.notes-history-section, .notes-history) {
|
||||
max-height: none;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
body.mobile-shell #reviewWorkspaceView .journal-section {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user