merge: 최신 main을 비용 기반 갱신 점수에 재통합

This commit is contained in:
2026-08-17 11:13:42 +00:00
2 changed files with 60 additions and 3 deletions
+3 -3
View File
@@ -378,10 +378,10 @@ onMounted(async () => {
grid-column: 1 / -1;
}
.history-log:first-of-type {
height: 128px;
min-height: 128px;
}
.history-log:last-of-type {
height: 65px;
min-height: 65px;
}
.dropdown-compat-buttons {
display: none;
@@ -441,7 +441,7 @@ onMounted(async () => {
order: 4;
}
.history-log:first-of-type {
height: 149px;
min-height: 149px;
margin-bottom: 0;
}
}