feat: update codex live automation and plan flows

This commit is contained in:
2026-04-24 08:06:36 +09:00
parent 916107dbe5
commit f2d6310efa
47 changed files with 2767 additions and 507 deletions

View File

@@ -363,11 +363,15 @@
position: fixed;
inset: 72px 0 0;
z-index: 40;
width: 100% !important;
max-width: 100%;
width: 100vw !important;
min-width: 100vw !important;
max-width: 100vw;
flex: 0 0 100vw !important;
height: calc(100vh - 72px);
border-right: 0;
background: rgba(255, 255, 255, 0.98);
transition: none !important;
overflow: hidden;
}
.app-sider--mobile-inline.ant-layout-sider {
@@ -385,6 +389,9 @@
gap: 12px;
height: 100%;
padding: 12px 10px;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.app-sider__intro {