优化按钮对齐

This commit is contained in:
CN-JS-HuiBai
2026-04-02 20:37:03 +08:00
parent 3a46b43397
commit c8151a7779
2 changed files with 1 additions and 5 deletions

View File

@@ -263,9 +263,7 @@ header p {
}
.section-actions-row {
display: flex;
align-items: center;
gap: 1rem;
display: block;
margin-bottom: 1.5rem;
padding-top: 1rem;
border-top: 1px solid var(--panel-border);
@@ -276,7 +274,6 @@ header p {
flex-wrap: nowrap;
align-items: center;
gap: 0.5rem;
min-width: 0;
justify-content: flex-start;
}