Compare commits

..
Author SHA1 Message Date
Typosaurus 1917e367e7 ticket #61 attempt 1 2026-07-19 20:06:13 +00:00
4 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
+2
View File
@@ -222,6 +222,8 @@
display: flex;
flex-direction: column;
gap: 1rem;
max-height: calc(100vh - var(--nav-height) - 2rem);
overflow-y: auto;
}
.daily-topic-card {
+2
View File
@@ -8,6 +8,8 @@
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
padding: 1rem;
max-height: calc(100vh - var(--nav-height) - 2rem);
overflow-y: auto;
}
.sidebar-card .sidebar-heading {
+1 -1
View File
@@ -66,7 +66,7 @@
<a class="skip-link" href="#main-content">Skip to main content</a>
<nav class="topnav" aria-label="Primary">
<div class="topnav-inner">
<a href="/" class="topnav-logo">Dev<span>Place</span></a>
<a href="/feed" class="topnav-logo">Dev<span>Place</span></a>
<div class="topnav-links">
<a href="/" class="topnav-link {{ nav_active(request, '/') }}"><span class="icon">🏠</span> Home</a>
<a href="/feed" class="topnav-link {{ nav_active(request, '/feed') }}"><span class="icon">📝</span> Posts</a>