Compare commits

..
Author SHA1 Message Date
Typosaurus 1917e367e7 ticket #61 attempt 1 2026-07-19 20:06:13 +00:00
3 changed files with 5 additions and 2 deletions
+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 -2
View File
@@ -4,8 +4,7 @@ version = "1.0.0"
description = "DevPlace - The Developer Social Network"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.110.0",
"starlette>=0.37.0",
"fastapi",
"uvicorn[standard]",
"jinja2",
"python-multipart",