[버그수정]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user