chore: create Multica handoff checkpoint
This commit is contained in:
+20
-7
@@ -81,7 +81,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
body[data-active-view="heavenView"] .workspace-view {
|
||||
margin-top: 0px;
|
||||
|
||||
@@ -1440,7 +1440,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
body[data-active-view="heavenView"] .overview-strip {
|
||||
display: none;
|
||||
}
|
||||
@@ -5738,7 +5738,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
.heaven-calibration-heading {
|
||||
align-items: flex-start;
|
||||
|
||||
@@ -6139,7 +6139,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
.heart-toolbar-controls {
|
||||
top: 8px;
|
||||
|
||||
@@ -6290,7 +6290,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
min-height: 340px;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
#heavenView .heaven-toolbar {
|
||||
min-height: 62px;
|
||||
|
||||
@@ -6653,7 +6653,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
--wt-history-bg: #fbfaf6;
|
||||
}
|
||||
|
||||
@media (min-width: 721px) {
|
||||
@media (min-width: 768px) {
|
||||
:root[data-theme="light"] body[data-active-view="heavenView"] {
|
||||
--wt-bg: #f4f5f7;
|
||||
}
|
||||
@@ -9236,7 +9236,7 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 721px) {
|
||||
@media (min-width: 768px) {
|
||||
body[data-active-view="heavenView"] {
|
||||
--wt-bg: #0b1120;
|
||||
}
|
||||
@@ -11719,3 +11719,16 @@ body[data-active-view="heavenView"] .workspace-view {
|
||||
width: min(100% - 40px, 1280px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
:root[data-theme="dark"] body.mobile-shell[data-active-view="heavenView"] .app-main,
|
||||
:root[data-theme="dark"] body.mobile-shell[data-active-view="heavenView"] #heavenView.heaven-shell {
|
||||
background-color: var(--wt-bg);
|
||||
background-image: var(--wt-stage-bg);
|
||||
color: var(--wt-text);
|
||||
}
|
||||
|
||||
:root[data-theme="dark"] body.mobile-shell[data-active-view="heavenView"] #heavenView .heaven-panel {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user