feat: Set File Date to First Aired Date
This commit is contained in:
@@ -63,6 +63,11 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#panelSearch .panel-body {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.panel h2 {
|
||||
margin: 0 0 10px;
|
||||
font-size: 16px;
|
||||
@@ -223,6 +228,10 @@ button.secondary {
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
.panel-search-footer {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.mismatch {
|
||||
color: #b91c1c;
|
||||
font-weight: 700;
|
||||
@@ -265,6 +274,29 @@ button.secondary {
|
||||
max-height: 280px;
|
||||
}
|
||||
|
||||
.settings-card {
|
||||
width: min(520px, 94vw);
|
||||
}
|
||||
|
||||
.settings-section h4 {
|
||||
margin: 0 0 8px;
|
||||
font-size: 14px;
|
||||
color: #1e293b;
|
||||
}
|
||||
|
||||
.settings-check {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
font-size: 13px;
|
||||
color: #334155;
|
||||
}
|
||||
|
||||
.settings-actions {
|
||||
justify-content: flex-end;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
#panelSelectedEpisodes .panel-footer button:first-child,
|
||||
#panelSelectedEpisodes .panel-footer button:last-child,
|
||||
#panelSelectedFiles .panel-footer button:first-child,
|
||||
|
||||
Reference in New Issue
Block a user