fix: 연감 로그 블록을 내용에 맞게 확장

This commit is contained in:
2026-08-17 11:10:19 +00:00
parent 3b8b743354
commit fe70ebf598
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;
}
}