Compare commits

..
Author SHA1 Message Date
Typosaurus feb1963aad ticket #93 attempt 1 2026-07-19 21:08:41 +00:00
3 changed files with 2 additions and 5 deletions
-2
View File
@@ -222,8 +222,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 1rem;
max-height: calc(100vh - var(--nav-height) - 2rem);
overflow-y: auto;
} }
.daily-topic-card { .daily-topic-card {
-2
View File
@@ -8,8 +8,6 @@
border-radius: var(--radius-lg); border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm); box-shadow: var(--shadow-sm);
padding: 1rem; padding: 1rem;
max-height: calc(100vh - var(--nav-height) - 2rem);
overflow-y: auto;
} }
.sidebar-card .sidebar-heading { .sidebar-card .sidebar-heading {
+2 -1
View File
@@ -4,7 +4,8 @@ version = "1.0.0"
description = "DevPlace - The Developer Social Network" description = "DevPlace - The Developer Social Network"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"fastapi", "fastapi>=0.110.0",
"starlette>=0.37.0",
"uvicorn[standard]", "uvicorn[standard]",
"jinja2", "jinja2",
"python-multipart", "python-multipart",