Skip to content

Commit 975e354

Browse files
TrevorAustinclaude
andcommitted
fix inconsistent slide nav height on first/last slides
Disabled arrow spans were missing font-size: 1.5em that active <a> arrows had, causing the nav bar to shift vertically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f466bc4 commit 975e354

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

static/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ body {
4545
font-family: "Droid Sans", sans-serif;
4646
border-bottom: 1px solid #eee;
4747
}
48-
.slide-nav a {
48+
.slide-nav a,
49+
.slide-nav .disabled {
4950
text-decoration: none;
5051
color: #333;
5152
font-size: 1.5em;

0 commit comments

Comments
 (0)