Sync observability CSS mirror
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -2401,6 +2401,29 @@
|
|||||||
box-shadow: var(--momo-shadow-md, 0 2px 8px rgba(42, 37, 32, 0.06)) !important;
|
box-shadow: var(--momo-shadow-md, 0 2px 8px rgba(42, 37, 32, 0.06)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ppt-auto-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||||
|
gap: var(--momo-space-3, 12px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ppt-auto-status.is-working {
|
||||||
|
color: var(--obs-accent);
|
||||||
|
font-weight: var(--momo-font-weight-bold, 700);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.ppt-auto-grid {
|
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
.ppt-auto-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.momo-observability-mode :is(
|
.momo-observability-mode :is(
|
||||||
.obs-panel,
|
.obs-panel,
|
||||||
.agent-panel,
|
.agent-panel,
|
||||||
|
|||||||
@@ -1472,29 +1472,6 @@
|
|||||||
background-size: 14px 14px !important;
|
background-size: 14px 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.momo-observability-mode .ppt-auto-grid {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
||||||
gap: var(--momo-space-2, 8px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.momo-observability-mode .ppt-auto-status.is-working {
|
|
||||||
color: var(--obs-accent) !important;
|
|
||||||
font-weight: var(--momo-font-weight-bold, 700);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
|
||||||
.momo-observability-mode .ppt-auto-grid {
|
|
||||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 720px) {
|
|
||||||
.momo-observability-mode .ppt-auto-grid {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.momo-observability-mode h1,
|
.momo-observability-mode h1,
|
||||||
.momo-observability-mode h2,
|
.momo-observability-mode h2,
|
||||||
.momo-observability-mode h3,
|
.momo-observability-mode h3,
|
||||||
@@ -2424,6 +2401,29 @@
|
|||||||
box-shadow: var(--momo-shadow-md, 0 2px 8px rgba(42, 37, 32, 0.06)) !important;
|
box-shadow: var(--momo-shadow-md, 0 2px 8px rgba(42, 37, 32, 0.06)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ppt-auto-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||||
|
gap: var(--momo-space-3, 12px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ppt-auto-status.is-working {
|
||||||
|
color: var(--obs-accent);
|
||||||
|
font-weight: var(--momo-font-weight-bold, 700);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.ppt-auto-grid {
|
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
.ppt-auto-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.momo-observability-mode :is(
|
.momo-observability-mode :is(
|
||||||
.obs-panel,
|
.obs-panel,
|
||||||
.agent-panel,
|
.agent-panel,
|
||||||
|
|||||||
Reference in New Issue
Block a user