[버그수정]

This commit is contained in:
LASTA_DEV01\lasta
2026-05-11 13:02:11 +09:00
parent 5935c6cbe8
commit 3663734781
13 changed files with 686 additions and 135 deletions

View File

@@ -194,6 +194,29 @@ h2 {
gap: 8px;
}
button.full {
width: 100%;
}
.site-controls {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
align-items: end;
}
.check-row {
display: flex;
align-items: center;
gap: 8px;
min-height: 36px;
}
.check-row input {
width: 16px;
min-height: 16px;
}
.extractor-options {
display: none;
gap: 8px;
@@ -446,7 +469,8 @@ th {
.split,
.recommend-grid,
.claim-actions,
.merge-bar {
.merge-bar,
.site-controls {
grid-template-columns: 1fr;
}
}