Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1917e367e7 |
@@ -222,6 +222,8 @@
|
|||||||
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 {
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
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 {
|
||||||
|
|||||||
+1
-2
@@ -4,8 +4,7 @@ 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>=0.110.0",
|
"fastapi",
|
||||||
"starlette>=0.37.0",
|
|
||||||
"uvicorn[standard]",
|
"uvicorn[standard]",
|
||||||
"jinja2",
|
"jinja2",
|
||||||
"python-multipart",
|
"python-multipart",
|
||||||
|
|||||||
Reference in New Issue
Block a user