修复按钮挤占空间的问题

This commit is contained in:
CN-JS-HuiBai
2026-04-02 19:18:30 +08:00
parent 25dcf22b78
commit 2491988d23
2 changed files with 16 additions and 3 deletions

View File

@@ -138,9 +138,16 @@ header p {
padding-bottom: 1rem;
}
.section-actions {
display: flex;
align-items: center;
gap: 0.5rem;
}
.section-header h2 {
font-size: 1.25rem;
font-weight: 600;
margin: 0;
}
.codec-panel {
@@ -175,13 +182,18 @@ header p {
color: var(--text-secondary);
cursor: pointer;
transition: all 0.2s ease;
padding: 0.5rem;
border-radius: 8px;
width: 38px;
height: 38px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
.icon-btn:hover {
color: var(--text-primary);
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.14);
}
.video-list {