UX: More small fixes (#9)

This commit is contained in:
Jordan Vidrine
2025-02-28 15:33:06 -06:00
committed by GitHub
parent 8e841a4b2e
commit 076263c7f5
5 changed files with 38 additions and 2 deletions
+7 -1
View File
@@ -1,7 +1,7 @@
.post-stream {
.contents p {
// font-size: var(--font-up-1);
line-height: 1.75;
line-height: 1.25;
}
}
@@ -68,3 +68,9 @@
.discourse-post-event .discourse-post-event-widget {
background: var(--d-content-background);
}
.more-topics__container .nav {
position: unset;
margin-block: unset;
margin-bottom: 1em;
}