chore: update plan automation and chat status UI

This commit is contained in:
2026-04-23 20:27:40 +09:00
parent 6e863feafd
commit 346d4c2208
26 changed files with 317 additions and 74 deletions

View File

@@ -992,6 +992,12 @@ button,
border-color: rgba(22, 93, 255, 0.22);
}
.chat-source-changes-page__list-title.ant-typography,
.chat-source-changes-page__detail-title.ant-typography {
margin: 0;
word-break: break-word;
}
.chat-source-changes-page__detail {
width: 100%;
min-width: 0;
@@ -1628,6 +1634,16 @@ button,
}
@media (max-width: 640px) {
.chat-source-changes-page__list-title.ant-typography {
font-size: 13px;
line-height: 1.45;
}
.chat-source-changes-page__detail-title.ant-typography {
font-size: 16px;
line-height: 1.35;
}
.release-review-page__grid {
gap: 12px;
}