优化按钮对齐
This commit is contained in:
@@ -263,9 +263,7 @@ header p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-actions-row {
|
.section-actions-row {
|
||||||
display: flex;
|
display: block;
|
||||||
align-items: center;
|
|
||||||
gap: 1rem;
|
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
border-top: 1px solid var(--panel-border);
|
border-top: 1px solid var(--panel-border);
|
||||||
@@ -276,7 +274,6 @@ header p {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
min-width: 0;
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,6 @@
|
|||||||
<h2>Available Videos</h2>
|
<h2>Available Videos</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-actions-row">
|
<div class="section-actions-row">
|
||||||
<div class="section-divider"></div>
|
|
||||||
<div class="section-actions">
|
<div class="section-actions">
|
||||||
<button id="refresh-btn" class="action-btn" title="刷新列表">刷新列表</button>
|
<button id="refresh-btn" class="action-btn" title="刷新列表">刷新列表</button>
|
||||||
<button id="clear-download-cache-btn" class="action-btn" title="清空下载缓存">清空下载缓存</button>
|
<button id="clear-download-cache-btn" class="action-btn" title="清空下载缓存">清空下载缓存</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user