Skip to content

Commit e080246

Browse files
nodeeeeeeclaude
andcommitted
Fix 'Scan videos & slides' button alignment with course dropdown
Align the button to the bottom of the row (flex-end) so it sits level with the course dropdown instead of floating at the top. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8485686 commit e080246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electron/renderer/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ function buildAlign() {
647647
Match each video to its lecture slides. Auto-suggested matches are pre-filled.
648648
Click <strong>+</strong> to add multiple slide files, or <strong>×</strong> to exclude a video.
649649
</div>
650-
<div class="row" style="margin-top:8px">
650+
<div class="row" style="margin-top:8px;align-items:flex-end">
651651
<div class="col expand">
652652
<span class="label">Course</span>
653653
<select id="align-course" class="select-ctrl">${courseOptions()}</select>

0 commit comments

Comments
 (0)