diff --git a/app/web/static/index.html b/app/web/static/index.html index 3311d87..c3e3921 100644 --- a/app/web/static/index.html +++ b/app/web/static/index.html @@ -101,6 +101,11 @@ pre.json{background:var(--surface-2);border:1px solid var(--hair);border-radius: .el-tabs__item.is-active{color:var(--ink);} .el-tabs__active-bar{background:var(--accent);} .el-tabs__nav-wrap::after{background:var(--hair);height:1px;} +.pos-exp{display:grid;grid-template-columns:minmax(0,540px) minmax(0,1fr);gap:26px;padding:10px 16px 12px;} +.pos-exp .exp-h{font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:8px;} +.exp-led{padding:5px 0;border-bottom:1px solid var(--hair);font-size:12.5px;line-height:1.5;} +.exp-led:last-child{border-bottom:none;} +@media(max-width:900px){.pos-exp{grid-template-columns:1fr;gap:14px;}}
@@ -206,23 +211,26 @@ pre.json{background:var(--surface-2);border:1px solid var(--hair);border-radius: